Removed concole.log statements
This commit is contained in:
parent
63810bb5a1
commit
4446f9d67b
@ -755,7 +755,6 @@ input[type="range"]::-ms-track {
|
||||
result.push(key);
|
||||
}
|
||||
});
|
||||
console.log(this, result);
|
||||
return '?' + result.join('&');
|
||||
}
|
||||
|
||||
@ -1082,7 +1081,6 @@ input[type="range"]::-ms-track {
|
||||
return key;
|
||||
}
|
||||
|
||||
console.log(key, this._lang)
|
||||
return this._i18n[this._lang][key];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user