remove unnecessary debug info

This commit is contained in:
sparks-alec
2022-01-09 11:27:33 -05:00
parent f0e0c1c30e
commit f1b4d2a49a
+1 -3
View File
@@ -61,11 +61,9 @@ searchAll = function () {
TCPFlag = false;
}
console.log(PLUGINS);
for (let p in PLUGINS.all) {
const plugin = PLUGINS.all[p];
console.log(p);
try {
switch (plugin.searchOptions.type) {
case 'TCPport':