Remove console.log
Remove console.log
This commit is contained in:
parent
7e0d2741d9
commit
c8fd93570c
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user