Remove unnecessary console.log()

This commit is contained in:
Deon George 2020-06-23 12:32:54 +10:00
parent b67df24219
commit 12f33b6853
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254

View File

@ -107,7 +107,6 @@
}, },
updater: function (item) { updater: function (item) {
console.log(item.value);
window.parent.location.href = item.value; window.parent.location.href = item.value;
}, },
}) })