Update index.js

This commit is contained in:
Isaac (eartharoid) 2020-10-05 22:21:26 +01:00
parent 4463a0290e
commit 964747d43b

View File

@ -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
/**