mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-07 06:43:39 +00:00
remove unnecessary debug info
This commit is contained in:
+1
-3
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user