Skip to content

Commit ddaf672

Browse files
committed
remove event logging
1 parent 48d42c8 commit ddaf672

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bin/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ program
3838
poll([pid].concat(extraPids || []));
3939
});
4040

41-
program
42-
.on('*', function() {
43-
console.log('argv', process.argv);
44-
});
45-
4641
if (!process.argv.slice(2).length) {
4742
program.outputHelp();
4843
} else {

0 commit comments

Comments
 (0)