From c8fd93570c9ea0cd02ced70874c716672960e2b0 Mon Sep 17 00:00:00 2001 From: fullgream Date: Thu, 6 Feb 2025 18:44:48 +0300 Subject: [PATCH] Remove console.log Remove console.log --- modules/cgiban.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/cgiban.js b/modules/cgiban.js index 9f6d73c..1cc65ac 100644 --- a/modules/cgiban.js +++ b/modules/cgiban.js @@ -14,11 +14,6 @@ module.exports = class CgiBanPage extends NetHelperModule { return argv.length === 0; }, (argv, self, syntaxTree) => { - console.log( - "asdsadsadsadas cgiban", - syntaxTree.Type, - syntaxTree.Type.prototype instanceof HTTPServer, - ); if (!(syntaxTree.Type.prototype instanceof HTTPServer)) { throw new SyntaxError("Unsupported type of server"); }