Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Jul 7, 2020
1 parent 253a491 commit 341432c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/program.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export class Program extends (EventEmitter as new () => TypedEventEmitter<
cmd,
{},
(err, argv: Arguments, output) => {
console.log('program.run')
/**
* From the yargs docs:
* > any text that would have been output by yargs to the terminal,
Expand Down

0 comments on commit 341432c

Please sign in to comment.