From fdeab29e94609da6afe82302e2708ec0b95d2e8e Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 27 Oct 2015 11:23:43 +0530 Subject: [PATCH] Removed console.log --- erpnext/templates/includes/product_page.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/erpnext/templates/includes/product_page.js b/erpnext/templates/includes/product_page.js index e28f35182f..f7a2360642 100644 --- a/erpnext/templates/includes/product_page.js +++ b/erpnext/templates/includes/product_page.js @@ -132,8 +132,6 @@ function update_attribute_selectors(selected_attribute, selected_attribute_value var match_score = 0; var has_selected_attribute = false; - console.log(variant); - for(var j in variant.attributes) { if(attributes[variant.attributes[j].attribute]===variant.attributes[j].attribute_value) { match_score = match_score + 1;