Skip to content

Commit 45c1fb4

Browse files
code clean up in exec.ts file
1 parent 97689b2 commit 45c1fb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commander/exec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ command
1919
.option('-P, --port <number>', 'Port number for the server')
2020
.action(async function(execCommand, _, command) {
2121
let ctx: Context = ctxInit(command.optsWithGlobals());
22-
ctx.log.debug(ctx.options.port)
2322

2423
if (!which.sync(execCommand[0], { nothrow: true })) {
2524
ctx.log.error(`Error: Command not found "${execCommand[0]}"`);

0 commit comments

Comments
 (0)