Remove debug schmutz

This commit is contained in:
rocky
2017-12-05 14:23:05 -05:00
parent e3f62e4a1a
commit f07dcb1508

View File

@@ -650,7 +650,6 @@ class SourceWalker(GenericASTTraversal, object):
out = out[:-self.pending_newlines]
if (isinstance(out, str) and
not (PYTHON3 or self.FUTURE_UNICODE_LITERALS)):
from trepan.api import debug; debug()
out = unicode(out, 'utf-8')
self.f.write(out)