Get rid of exesive logging

This commit is contained in:
MathMan05 2024-08-20 16:20:12 -05:00
parent 3952698d31
commit 0a1b574f2a
12 changed files with 0 additions and 32 deletions

View file

@ -128,7 +128,6 @@ class User {
}
resolving = false;
async getBadge(id) {
console.log(id, ":3");
if (this.localuser.badges.has(id)) {
return this.localuser.badges.get(id);
}
@ -271,7 +270,6 @@ class User {
const badgediv = document.createElement("div");
badgediv.classList.add("badges");
(async () => {
console.log(this.badge_ids, ":3");
if (!this.badge_ids)
return;
for (const id of this.badge_ids) {