chore: remove console logs
This commit is contained in:
parent
05a3031a83
commit
97866f933c
1 changed files with 0 additions and 5 deletions
|
|
@ -1,5 +1,3 @@
|
|||
console.log("PolyPlus: Running image.js");
|
||||
|
||||
(async () => {
|
||||
var Settings = [];
|
||||
chrome.storage.sync.get(["PolyPlus_Settings"], async function (result) {
|
||||
|
|
@ -11,8 +9,6 @@ console.log("PolyPlus: Running image.js");
|
|||
|
||||
if (Settings.UploadMultipleDecals === true) {
|
||||
UploadMultipleDecals();
|
||||
} else {
|
||||
console.log("PolyPlus: UploadMultipleDecals is disabled");
|
||||
}
|
||||
|
||||
async function UploadMultipleDecals() {
|
||||
|
|
@ -46,7 +42,6 @@ console.log("PolyPlus: Running image.js");
|
|||
}
|
||||
);
|
||||
|
||||
console.log(response.status);
|
||||
if (response.ok) {
|
||||
i++;
|
||||
submitBtn.textContent =
|
||||
|
|
|
|||
Reference in a new issue