From 1b2d361b59afdc035c9d9dada105c6cadc8fd415 Mon Sep 17 00:00:00 2001 From: Anthony Kim Date: Wed, 21 Jan 2026 10:59:33 -0800 Subject: [PATCH] Remove comment on Constant.ts for ApcState --- src/common/parser/Constants.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/parser/Constants.ts b/src/common/parser/Constants.ts index f9c9c347..1468c3bb 100644 --- a/src/common/parser/Constants.ts +++ b/src/common/parser/Constants.ts @@ -58,8 +58,6 @@ export const enum OscState { ABORT = 3 } -// I actually don't know if below is correct.. -// If it is.. it seems like dup of OscState. /** * Internal states of ApcParser. */