From 984fab12e2e19bde167a191f098fe83c71cfe125 Mon Sep 17 00:00:00 2001 From: Rob DiVincenzo Date: Mon, 10 Jun 2024 14:46:25 -0400 Subject: [PATCH] Remove comment related to caching --- network-api/networkapi/templates/pages/buyersguide/catalog.html | 1 - 1 file changed, 1 deletion(-) diff --git a/network-api/networkapi/templates/pages/buyersguide/catalog.html b/network-api/networkapi/templates/pages/buyersguide/catalog.html index 50c928e3e33..0c31382f448 100644 --- a/network-api/networkapi/templates/pages/buyersguide/catalog.html +++ b/network-api/networkapi/templates/pages/buyersguide/catalog.html @@ -145,7 +145,6 @@ {% block extra_product_box_list_items %}{% endblock extra_product_box_list_items %} - {# User is logged in. Don't cache their results so they can see live and draft products here. #} {% for product in products %} {% product_in_category product category as matched %} {% include "fragments/buyersguide/item.html" with product=product matched=matched %}