removed method no used on PumpkinShell

This commit is contained in:
mh4x0f 2020-06-16 16:03:03 -03:00
parent 5936159f53
commit 9590792530

View File

@ -243,9 +243,6 @@ class PumpkinShell(Qt.QObject, ConsoleUI):
exec_bash(line)
self.threads["RogueAP"] = []
def countThreads(self):
return len(self.threadsAP["RougeAP"])
def do_ignore(self, args):
"""core: the message logger will be ignored """
logger = self.logger_manager.get(args)