diff --git a/app.js b/app.js index dac06d5..cd50609 100644 --- a/app.js +++ b/app.js @@ -1,5 +1,4 @@ const express = require("express"); -const http = require("http"); const apicache = require("apicache"); const path = require("path"); diff --git a/util/util.js b/util/util.js index f22c37b..1ac5b80 100644 --- a/util/util.js +++ b/util/util.js @@ -1,7 +1,5 @@ const Encrypt = require("./crypto.js"); const request = require("request"); -request.debug = true; -const http = require("http"); const querystring = require("querystring"); function randomUserAgent() {