refactor: delete log

This commit is contained in:
Mauricio Siu 2024-12-23 02:37:04 -06:00
parent 8bfe1632fa
commit 353effd720

View File

@ -449,8 +449,6 @@ export const removeCompose = async (
const { COMPOSE_PATH } = paths(!!compose.serverId);
const projectPath = join(COMPOSE_PATH, compose.appName);
console.log("API: DELETE VOLUMES=", deleteVolumes);
if (compose.composeType === "stack") {
const command = `cd ${projectPath} && docker stack rm ${compose.appName} && rm -rf ${projectPath}`;