Skip to content

Commit 15ac572

Browse files
author
Emmanouil Konstantinidis
committed
Remove print
1 parent 7546f05 commit 15ac572

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drfdocs/api_docs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def __init__(self):
1212

1313
def get_all_view_names(self, urlpatterns):
1414
for pattern in urlpatterns:
15-
print(pattern)
1615
if isinstance(pattern, RegexURLResolver) and (pattern.app_name not in self.excluded_apps):
1716
self.get_all_view_names(pattern.url_patterns)
1817
elif isinstance(pattern, RegexURLPattern):

0 commit comments

Comments
 (0)