refactor(builder): removed path log

This commit is contained in:
xenonwellz
2024-11-04 22:47:58 +01:00
parent f772fec407
commit dafed3096f

View File

@@ -159,8 +159,6 @@ export const createCommand = (compose: ComposeNested) => {
path = compose.composePath;
}
console.log(path);
let command = "";
if (composeType === "docker-compose") {