Remove debug log
This commit is contained in:
parent
24c14ea8f6
commit
a3d9016cfe
@ -119,8 +119,6 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
|
||||
child_process.execSync(`docker rm ${containerName}`, { "stdio": "ignore" });
|
||||
} catch {}
|
||||
|
||||
console.log("up");
|
||||
|
||||
const child = child_process.spawn(
|
||||
"docker",
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user