1
Fork 0
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:
Steffo 2022-07-22 06:22:52 +02:00
parent 4bc0537e80
commit 74638e6086
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -13,7 +13,6 @@ async function addItemToCollection(itemElement) {
"method": "POST",
"body": formdata
})
console.log(response);
if (response.status === 200) {
itemElement.className = itemElement.className + " inCollection";
}