Skip to content

Commit 87fdd45

Browse files
chore: 删除调试代码
1 parent 991ccc6 commit 87fdd45

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/entrypoints/cli.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/usr/bin/env bun
22
import { feature } from 'bun:bundle';
33

4-
// eslint-disable-next-line custom-rules/no-top-level-side-effects
5-
if (feature('TRANSCRIPT_CLASSIFIER')) {
6-
// eslint-disable-next-line custom-rules/no-console, custom-rules/no-top-level-side-effects
7-
console.log('[dev] feature TRANSCRIPT_CLASSIFIER enabled');
8-
}
94

105
// Bugfix for corepack auto-pinning, which adds yarnpkg to peoples' package.jsons
116
// eslint-disable-next-line custom-rules/no-top-level-side-effects

0 commit comments

Comments
 (0)