Browse Source

auto commit

master
jfinn 8 months ago
parent
commit
2320d542ca
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/oscar/apps/search/views/catalogue.py

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

27
 
27
 
28
     def get(self, request, *args, **kwargs):
28
     def get(self, request, *args, **kwargs):
29
         try:
29
         try:
30
-            print("GET CAT")
31
-            print(traceback.print_stack())
30
+            # print("GET CAT")
31
+            # print(traceback.print_stack())
32
             return super().get(request, *args, **kwargs)
32
             return super().get(request, *args, **kwargs)
33
         except Http404:
33
         except Http404:
34
             # Redirect to page one.
34
             # Redirect to page one.

Loading…
Cancel
Save