refactor: remove console log

This commit is contained in:
Mauricio Siu
2024-06-08 16:42:50 -06:00
parent 83153471b8
commit b9ab4a4d1a
4 changed files with 38 additions and 56 deletions

View File

@@ -148,7 +148,6 @@ export const mechanizeDockerContainer = async (
},
});
} catch (error) {
console.log(error);
await docker.createService(settings);
}
};