Remove console.log

Remove console.log
This commit is contained in:
fullgream 2025-02-06 18:44:48 +03:00
parent 7e0d2741d9
commit c8fd93570c

View File

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