From c64cc331b7739284c58c68d55541a84825fb6d4b Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 1 May 2019 19:27:23 +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 7c325a1d8d6..39f0803812d 100644 --- a/erpnext/portal/product_configurator/item_variants_cache.py +++ b/erpnext/portal/product_configurator/item_variants_cache.py @@ -106,6 +106,5 @@ def build_cache(item_code): def enqueue_build_cache(item_code): if frappe.cache().hget('item_cache_build_in_progress', item_code): - print('caching in progress for', item_code) return frappe.enqueue(build_cache, item_code=item_code, queue='short')