From 964747d43b83b42f1ac2a5f3650eb7b8c3e61228 Mon Sep 17 00:00:00 2001 From: "Isaac (eartharoid)" Date: Mon, 5 Oct 2020 22:21:26 +0100 Subject: [PATCH] Update index.js --- src/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.js b/src/index.js index 3068680..76cea44 100644 --- a/src/index.js +++ b/src/index.js @@ -36,8 +36,6 @@ const log = new Logger({ debug: config.debug }); -log.multi(log); // required to allow other files to access the logger - require('./modules/updater')(); // check for updates /**