From 6a9a90b6cbe3396462a4dc3996d890a5c41bf7b8 Mon Sep 17 00:00:00 2001 From: jason Date: Sat, 21 Jul 2012 23:21:12 -0600 Subject: removed debugging statements. --- wmd/actions/modules.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wmd/actions/modules.py b/wmd/actions/modules.py index e08d24c..0998c8d 100644 --- a/wmd/actions/modules.py +++ b/wmd/actions/modules.py @@ -29,7 +29,6 @@ class ReloadModule(Action): class LoadModule(Action): def recv_msg(self, irc, obj_data): username = obj_data.get_username() - print obj_data.__dict__ if username in settings.ADMINS: args = obj_data.params.split(" ") if "PRIVMSG" in obj_data.command and ":LOADMODULE" in args[1].upper(): -- cgit v1.2.1