Explorar el Código

auto commit

master
jfinn hace 8 meses
padre
commit
7e2955a9b0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/oscar/apps/search/views/catalogue.py

+ 0
- 1
src/oscar/apps/search/views/catalogue.py Ver fichero

@@ -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…
Cancelar
Guardar