Remove annoying debug print.

portnov [2008-06-05 16:14:49]
Remove annoying debug print.
Filename
modules.py
diff --git a/modules.py b/modules.py
index 78ee4b8..152044c 100644
--- a/modules.py
+++ b/modules.py
@@ -37,7 +37,6 @@ def module_load(name):
   global modules
   global exports
   mod = modules[name]
-  print exports
   for n in exports:
     setattr(mod,n,globals()[n])
   modules[name].init()
ViewGit