Removed console.log
This commit is contained in:
parent
31755b485f
commit
fdeab29e94
@ -132,8 +132,6 @@ function update_attribute_selectors(selected_attribute, selected_attribute_value
|
|||||||
var match_score = 0;
|
var match_score = 0;
|
||||||
var has_selected_attribute = false;
|
var has_selected_attribute = false;
|
||||||
|
|
||||||
console.log(variant);
|
|
||||||
|
|
||||||
for(var j in variant.attributes) {
|
for(var j in variant.attributes) {
|
||||||
if(attributes[variant.attributes[j].attribute]===variant.attributes[j].attribute_value) {
|
if(attributes[variant.attributes[j].attribute]===variant.attributes[j].attribute_value) {
|
||||||
match_score = match_score + 1;
|
match_score = match_score + 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user