Removed console.log
diff --git a/erpnext/templates/includes/product_page.js b/erpnext/templates/includes/product_page.js
index e28f351..f7a2360 100644
--- a/erpnext/templates/includes/product_page.js
+++ b/erpnext/templates/includes/product_page.js
@@ -132,8 +132,6 @@
 		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;