Remove debug print from perform.py
This commit is contained in:
parent
c214d84643
commit
c53174d10a
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ from src import EventManager, ModuleManager, utils
|
||||||
class Module(ModuleManager.BaseModule):
|
class Module(ModuleManager.BaseModule):
|
||||||
def _execute(self, server, commands, **kwargs):
|
def _execute(self, server, commands, **kwargs):
|
||||||
for command in commands:
|
for command in commands:
|
||||||
print(command)
|
|
||||||
server.send_raw(command.format(**kwargs))
|
server.send_raw(command.format(**kwargs))
|
||||||
|
|
||||||
@utils.hook("received.001", priority=EventManager.PRIORITY_URGENT)
|
@utils.hook("received.001", priority=EventManager.PRIORITY_URGENT)
|
||||||
|
|
Loading…
Reference in a new issue