mirror of
https://github.com/Steffo99/tidebringer-firefox.git
synced 2025-01-06 22:19:46 +00:00
Do not log Steam responses
This commit is contained in:
parent
4bc0537e80
commit
74638e6086
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ async function addItemToCollection(itemElement) {
|
||||||
"method": "POST",
|
"method": "POST",
|
||||||
"body": formdata
|
"body": formdata
|
||||||
})
|
})
|
||||||
console.log(response);
|
|
||||||
if (response.status === 200) {
|
if (response.status === 200) {
|
||||||
itemElement.className = itemElement.className + " inCollection";
|
itemElement.className = itemElement.className + " inCollection";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue