chore: remove console.log

This commit is contained in:
dargy 2024-06-17 23:14:54 -05:00
parent 456bf389f0
commit 4b15275648

View file

@ -4,7 +4,6 @@ var Settings;
let Utilities;
chrome.storage.sync.get(['PolyPlus_Settings'], function (result) {
console.log(result);
Settings = result.PolyPlus_Settings;
if (Settings.IRLPriceWithCurrency && Settings.IRLPriceWithCurrency.Enabled === true) {