Commit 0106db5a by Craig Heffner

Removed debug code in core/module.py

parent 596489cc
......@@ -407,11 +407,9 @@ class Module(object):
if fp is not None:
self.current_target_file_name = fp.path
print "self.status.fp = %s" % fp.path
self.status.fp = fp
else:
self.current_target_file_name = None
print "self.status.fp = None"
self.status.fp = None
self.previous_next_file_fp = fp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment