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"); }