Skip to content

Commit 0e95e6e

Browse files
author
Mirko van Willigenburg
committed
clean up unnecessary logging
1 parent b9ca945 commit 0e95e6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/displayUpload.js

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ program
1616

1717
const options = program.opts();
1818

19-
console.log(options)
20-
2119
// program
2220
displayUpload(options, true).then(result => console.log(`${chalk.green('✔')} done`));

0 commit comments

Comments
 (0)