Skip to content

Commit 0c9d718

Browse files
authored
refactor: remove log (#88)
1 parent 060c025 commit 0c9d718

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/cli.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ async function main() {
1111
const args = process.argv.slice(2);
1212
const isPowerShell = process.platform === 'win32' && process.env.PSModulePath;
1313

14-
if (process.env.TAB_DEBUG) {
15-
console.error('RAW ARGS:', process.argv);
16-
}
17-
1814
// <packageManager> complete -- <args>
1915
if (args.length >= 2 && args[1] === 'complete') {
2016
const packageManager = args[0];

0 commit comments

Comments
 (0)