summaryrefslogtreecommitdiffstats
path: root/forum/modules.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/modules.py')
-rwxr-xr-xforum/modules.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/forum/modules.py b/forum/modules.py
index f786c719..6c9a9dba 100755
--- a/forum/modules.py
+++ b/forum/modules.py
@@ -54,7 +54,6 @@ def get_all_handlers(name):
def get_handler(name, default):
all = get_all_handlers(name)
- print(len(all))
return len(all) and all[0] or default
module_template_re = re.compile('^modules\/(\w+)\/(.*)$')