refactor: remove logs

This commit is contained in:
Mauricio Siu
2024-05-01 00:03:11 -06:00
parent 3eaa8156dd
commit 25f8ba943d
2 changed files with 0 additions and 2 deletions

View File

@@ -56,7 +56,6 @@ export const initializePostgres = async () => {
console.log("Postgres Started ✅");
} catch (error) {
console.log(error);
await docker.createService(settings);
console.log("Postgres Not Found: Starting ✅");
}

View File

@@ -19,7 +19,6 @@ export const dockerSwarmInitialized = async () => {
return true;
} catch (e) {
console.log(e);
return false;
}
};