Skip to content

Commit 8167ed3

Browse files
committed
utils: Remove debug print
1 parent da00b71 commit 8167ed3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

grantnav/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,4 @@ def internal_redirect(to):
8484
# Reconstruct the URL
8585
new_url = parsed_url._replace(query=new_query_string).geturl()
8686

87-
print("doing int redirect")
88-
8987
return redirect(new_url)

0 commit comments

Comments
 (0)