Removed an unneeded debug output
This commit is contained in:
parent
80c70697c0
commit
8b2c8274ec
@ -601,7 +601,6 @@ class PythonCode(TextObject):
|
||||
'path': path,
|
||||
}
|
||||
|
||||
debug("self._code: %s" % (repr(self._code)))
|
||||
exec self._code in d
|
||||
|
||||
self.current_text = str(d["res"])
|
||||
|
Loading…
Reference in New Issue
Block a user