From 87fdd455cc0dceabea4abf9ffe2a9059efad3489 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Thu, 2 Apr 2026 21:23:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entrypoints/cli.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/entrypoints/cli.tsx b/src/entrypoints/cli.tsx index f792f3a..9d1fc0c 100644 --- a/src/entrypoints/cli.tsx +++ b/src/entrypoints/cli.tsx @@ -1,11 +1,6 @@ #!/usr/bin/env bun import { feature } from 'bun:bundle'; -// eslint-disable-next-line custom-rules/no-top-level-side-effects -if (feature('TRANSCRIPT_CLASSIFIER')) { - // eslint-disable-next-line custom-rules/no-console, custom-rules/no-top-level-side-effects - console.log('[dev] feature TRANSCRIPT_CLASSIFIER enabled'); -} // Bugfix for corepack auto-pinning, which adds yarnpkg to peoples' package.jsons // eslint-disable-next-line custom-rules/no-top-level-side-effects