Browse Source

auto commit

master
jfinn 8 months ago
parent
commit
7e2955a9b0
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/oscar/apps/search/views/catalogue.py

+ 0
- 1
src/oscar/apps/search/views/catalogue.py View File

@@ -27,7 +27,6 @@ class CatalogueView(BaseSearchView):
27 27
     def get(self, request, *args, **kwargs):
28 28
         try:
29 29
             print("GET CAT")
30
-            
31 30
             print(traceback.print_stack())
32 31
             return super().get(request, *args, **kwargs)
33 32
         except Http404:

Loading…
Cancel
Save