Skip to content

Commit

Permalink
Remove print leftover in the urlpatterns code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Natim committed Jun 6, 2023
1 parent 86ee7d9 commit c0c9cec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flags/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def url_patterns(self):
pattern.default_args,
pattern.name,
)
print(pattern, flagged_pattern)

url_patterns.append(flagged_pattern)

Expand Down

0 comments on commit c0c9cec

Please sign in to comment.