Remove comment in postinit

This commit is contained in:
SebClem 2024-08-13 16:50:35 +02:00
parent cf30578655
commit f0c5c1f3c0
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -81,9 +81,6 @@ function postInit() {
logger.info("Cron: " + kleur.red().bold("FAIL !"));
}
);
// settingsTools.check(settingsTools.getSettings(), true);
// cronTools.init();
}
export default postInit;