Remove erronous print

This commit is contained in:
Tom Christie 2014-12-15 12:01:29 +00:00
parent 72e08a3e8b
commit dc66cce16d

View File

@ -30,7 +30,6 @@ def smart_repr(value):
# Representations like u'help text'
# should simply be presented as 'help text'
print type(value), value
if value.startswith("u'") and value.endswith("'"):
return value[1:]