Skip to content

Commit

Permalink
fix: remove leftover console.log statements (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan authored Mar 7, 2024
1 parent 4347605 commit 23b9c5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/up.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ export default function up() {
executor = new UpCommand(getOrCreateLogger(argv));
}

console.log(' open', argv.open);
console.log('no-open', argv.noOpen);

await executor
.withHttpPort(argv.port)
.withBindAddr(argv.addr)
Expand Down

0 comments on commit 23b9c5d

Please sign in to comment.