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