get rid of unneeded logs

This commit is contained in:
MathMan05 2024-09-05 11:06:49 -05:00
parent 0f497aaaab
commit e3185a06c6
2 changed files with 0 additions and 2 deletions

View file

@ -24,7 +24,6 @@ class Embed{
case"link":
return this.generateLink();
case "video":
console.log(this);
case"article":
return this.generateArticle();
default: