From 284e5a284e925cfd9e69d56648247c2cc8d303b6 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 1 May 2019 19:26:56 +0530 Subject: [PATCH] Update item_variants_cache.py --- erpnext/portal/product_configurator/item_variants_cache.py | 1 - 1 file changed, 1 deletion(-) 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)