mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Drop print statement
This commit is contained in:
parent
199fa766ff
commit
69083c3668
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user