From dc66cce16da6793efe4a4a4dcdd18db62c859abb Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 15 Dec 2014 12:01:29 +0000 Subject: Remove erronous print --- rest_framework/utils/representation.py | 1 - 1 file changed, 1 deletion(-) (limited to 'rest_framework/utils/representation.py') diff --git a/rest_framework/utils/representation.py b/rest_framework/utils/representation.py index 0d829a83..1bfc64c1 100644 --- a/rest_framework/utils/representation.py +++ b/rest_framework/utils/representation.py @@ -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:] -- cgit v1.2.3