Update item_variants_cache.py
diff --git a/erpnext/portal/product_configurator/item_variants_cache.py b/erpnext/portal/product_configurator/item_variants_cache.py
index 7b0ecc7..7c325a1 100644
--- a/erpnext/portal/product_configurator/item_variants_cache.py
+++ b/erpnext/portal/product_configurator/item_variants_cache.py
@@ -100,7 +100,6 @@
 
 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)