Skip to content

Commit dc66cce

Browse files
committed
Remove erronous print
1 parent 72e08a3 commit dc66cce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rest_framework/utils/representation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def smart_repr(value):
3030

3131
# Representations like u'help text'
3232
# should simply be presented as 'help text'
33-
print type(value), value
3433
if value.startswith("u'") and value.endswith("'"):
3534
return value[1:]
3635

0 commit comments

Comments
 (0)