aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/perform.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/perform.py b/modules/perform.py
index 6cdcb252..2c3b39f6 100644
--- a/modules/perform.py
+++ b/modules/perform.py
@@ -6,7 +6,6 @@ from src import EventManager, ModuleManager, utils
class Module(ModuleManager.BaseModule):
def _execute(self, server, commands, **kwargs):
for command in commands:
- print(command)
server.send_raw(command.format(**kwargs))
@utils.hook("received.001", priority=EventManager.PRIORITY_URGENT)