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;