chore: remove console.log
This commit is contained in:
parent
456bf389f0
commit
4b15275648
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Reference in a new issue