refactor: delete log

This commit is contained in:
Mauricio Siu
2024-12-22 01:53:30 -06:00
parent a710728e77
commit c0e9670daf

View File

@@ -49,7 +49,6 @@ Compose Type: ${composeType} ✅`;
const projectPath = join(COMPOSE_PATH, compose.appName, "code");
console.log("Command:", ...command.split(" "));
await spawnAsync(
"docker",
[...command.split(" ")],