Removed concole.log statements

This commit is contained in:
Erik Thuning 2023-08-16 14:16:11 +02:00
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];
}