remove some logs

This commit is contained in:
MathMan05
2025-10-01 17:15:29 -05:00
parent 8b72178846
commit bcc785141b
-2
View File
@@ -166,7 +166,6 @@ export class Favorites {
favorite_emojis: {emojis: this.favorite_emojis},
},
};
console.warn(body);
const res = await fetch(this.info.api + "/users/@me/settings-proto/2/json", {
method: "PATCH",
headers: this.headers,
@@ -191,7 +190,6 @@ export class Favorites {
} catch (e) {
console.error(e);
}
console.log(this);
}
getOld(): favandfreqimp {
return this.old;