diff --git a/erpnext/portal/product_configurator/item_variants_cache.py b/erpnext/portal/product_configurator/item_variants_cache.py index 7b0ecc74140..7c325a1d8d6 100644 --- a/erpnext/portal/product_configurator/item_variants_cache.py +++ b/erpnext/portal/product_configurator/item_variants_cache.py @@ -100,7 +100,6 @@ class ItemVariantsCacheManager: def build_cache(item_code): frappe.cache().hset('item_cache_build_in_progress', item_code, 1) - print('ItemVariantsCacheManager: Building cache for', item_code) i = ItemVariantsCacheManager(item_code) i.build_cache() frappe.cache().hset('item_cache_build_in_progress', item_code, 0)