From f86429164dae373973e4ad5eb196ebd7c647282c Mon Sep 17 00:00:00 2001 From: BuildTools Date: Mon, 19 Aug 2019 02:54:45 +0100 Subject: [PATCH] Remove requires that were left over from EUS, they don't need to be there. --- index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.js b/index.js index 24cd96d..15bb92a 100644 --- a/index.js +++ b/index.js @@ -4,11 +4,9 @@ var endTime; const express = require("express"), app = express(), -randomstring = require("randomstring"), fs = require("fs"), chalk = require("chalk"), -busboy = require("connect-busboy"); -const config = require("./config/config.json") +config = require("./config/config.json"); let modules = {}; console.clear();