mirror of
https://github.com/Steffo99/tidebringer-firefox.git
synced 2025-01-04 21: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",
|
||||
"body": formdata
|
||||
})
|
||||
console.log(response);
|
||||
if (response.status === 200) {
|
||||
itemElement.className = itemElement.className + " inCollection";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue