chore: 删除调试代码

This commit is contained in:
claude-code-best 2026-04-02 21:23:36 +08:00
parent 991ccc673c
commit 87fdd455cc

View File

@ -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