Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove erronous print
  • Loading branch information
lovelydinosaur committed Dec 15, 2014
commit dc66cce16da6793efe4a4a4dcdd18db62c859abb
1 change: 0 additions & 1 deletion rest_framework/utils/representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:]

Expand Down