mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +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'
|
||||
# should simply be presented as 'help text'
|
||||
print type(value), value
|
||||
if value.startswith("u'") and value.endswith("'"):
|
||||
return value[1:]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user