Skip to content

Commit e21ce72

Browse files
committed
Remove debug code
1 parent ec4b744 commit e21ce72

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gocam_app/urls.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
urlpatterns = [
66
path('', views.index, name='index'),
7-
path('lookup_ids', views.index, name='lookup_ids'),
87
]

gocam_app/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def index(request):
2323
ids = urllib.parse.quote_plus(ids)
2424

2525
url = f"{app_path}/view/{ids}:show_models"
26-
print(app_path)
26+
2727
return HttpResponseRedirect(url)
2828

2929
else:

0 commit comments

Comments
 (0)