From 6742bb1feb5c75d2b3c7b799fa18dddb8d27d256 Mon Sep 17 00:00:00 2001 From: BurnyLlama Date: Wed, 3 Nov 2021 14:22:20 +0100 Subject: [PATCH] Spring cleaning --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index c808ec9..1754e61 100644 --- a/index.js +++ b/index.js @@ -11,8 +11,6 @@ import njk from 'nunjucks' import initLog from './libs/utils/log.js' import routes from './routes/routes.js' -import { initWorkers } from './libs/utils/multithread.js' - const log = initLog("[ MAIN ]") // Read the .env file