From f0c5c1f3c0c436cd32255fb10fe7fa2bcdfc633b Mon Sep 17 00:00:00 2001 From: SebClem Date: Tue, 13 Aug 2024 16:50:35 +0200 Subject: [PATCH] Remove comment in postinit --- nextcloud_backup/backend/src/postInit.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/nextcloud_backup/backend/src/postInit.ts b/nextcloud_backup/backend/src/postInit.ts index 8208ae4..9cac0e3 100644 --- a/nextcloud_backup/backend/src/postInit.ts +++ b/nextcloud_backup/backend/src/postInit.ts @@ -81,9 +81,6 @@ function postInit() { logger.info("Cron: " + kleur.red().bold("FAIL !")); } ); - - // settingsTools.check(settingsTools.getSettings(), true); - // cronTools.init(); } export default postInit;