Commit dc66cce1 by Tom Christie

Remove erronous print

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