mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-18 12:30:58 +03:00
Remove erronous print
This commit is contained in:
parent
72e08a3e8b
commit
dc66cce16d
|
@ -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:]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user