refactor(base modules): removed the log spam

This commit is contained in:
2025-11-01 00:04:04 -05:00
parent 92af7262f6
commit 6d27a7aa63

View File

@@ -40,7 +40,7 @@ export const baseModules = async () => {
} }
if (data) { if (data) {
log.info({ newModulesAdded: data }, "New settings added"); //log.info({ newModulesAdded: data }, "New settings added");
} }
} }
}; };