* Removed debug print statement

This commit is contained in:
markm 2009-08-03 22:55:39 +00:00
parent f4bff71cfc
commit 58bf40990c

@ -1243,7 +1243,6 @@ def process_from_module(module):
# run instance
modules.reverse()
for process, name in modules:
print name
if module.lower() in name.lower():
return process