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

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