remove a lot more unneeded logging

This commit is contained in:
MathMan05
2024-09-09 11:26:53 -05:00
parent 4154a917e1
commit 164aa48ea4
6 changed files with 0 additions and 10 deletions

View File

@@ -13,7 +13,6 @@ class Embed{
this.type=this.getType(json);
this.owner=owner;
this.json=json;
console.log(this);
}
getType(json:embedjson){
const instances=getInstances();