Remove the debug print that i accidentally left in.

This commit is contained in:
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) 2016-09-10 20:39:50 -07:00
commit fc3f7d5677

View file

@ -26,7 +26,6 @@ def transform(self, node, results):
# I feel like we should be able to express this logic in the
# PATTERN above but I don't know how to do it so...
obj = results['obj']
print('obj:', repr(obj))
if obj:
if obj.type == self.syms.star_expr:
return # Make no change.