From d4031dc4a78675e885ec93a489c5e12800a553f5 Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 9 Aug 2017 16:11:09 +0100 Subject: [PATCH] Removed an unnecessary console log --- .../views/character/buffs/customBuffView/customBuffView.js | 1 - 1 file changed, 1 deletion(-) 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