aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/urlpatterns.py
diff options
context:
space:
mode:
authorTom Christie2013-01-19 18:36:25 +0000
committerTom Christie2013-01-19 18:36:25 +0000
commit69083c3668b363bd9cb85674255d260808bbeeff (patch)
tree8278f8cffdf43af242afdd98e8a54ebe3481f5f8 /rest_framework/urlpatterns.py
parent199fa766ff7b5c7606e8f835dcf2d1d979da38b1 (diff)
downloaddjango-rest-framework-69083c3668b363bd9cb85674255d260808bbeeff.tar.bz2
Drop print statement
Diffstat (limited to 'rest_framework/urlpatterns.py')
-rw-r--r--rest_framework/urlpatterns.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/urlpatterns.py b/rest_framework/urlpatterns.py
index 0aaad334..162f2314 100644
--- a/rest_framework/urlpatterns.py
+++ b/rest_framework/urlpatterns.py
@@ -20,7 +20,6 @@ def apply_suffix_patterns(urlpatterns, suffix_pattern, suffix_required):
ret.append(url(regex, view, kwargs, name))
else:
# Set of included URL patterns
- print(type(urlpattern))
regex = urlpattern.regex.pattern
namespace = urlpattern.namespace
app_name = urlpattern.app_name