diff --git a/rpg-docs/client/views/character/buffs/customBuffView/customBuffView.js b/rpg-docs/client/views/character/buffs/customBuffView/customBuffView.js index d1d7fac2..c8573872 100644 --- a/rpg-docs/client/views/character/buffs/customBuffView/customBuffView.js +++ b/rpg-docs/client/views/character/buffs/customBuffView/customBuffView.js @@ -20,7 +20,6 @@ Template.customBuffView.events({ else { var targetId = this.buff.charId; var parent = global[this.buff.parent.collection].findOne(this.buff.parent.id); - console.log(parent, this.buff.parent); if (targetId === "default") { if (this.buff.target === "others") return; //we have "Select a character" selected targetId = this.buff.charId; //i.e. target self