removes a lot of uneeded logs

This commit is contained in:
MathMan05 2024-06-24 16:31:02 -05:00
parent 8a1d7ee38b
commit c70008835c
8 changed files with 0 additions and 29 deletions

View file

@ -16,7 +16,6 @@ class user{
this[thing]=userjson[thing];
}
this.hypotheticalpfp=false;
console.log(this);
}else{
return user.checkuser(userjson);
}