From a2d6b3ac1a17afd3f84cc65a8fca2edc8cf6ff2c Mon Sep 17 00:00:00 2001 From: "Diego F. Goberna" Date: Wed, 14 Nov 2018 18:34:21 +0100 Subject: [PATCH] deleted console.log --- src/components/text-counter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/text-counter.js b/src/components/text-counter.js index de83375..027337b 100644 --- a/src/components/text-counter.js +++ b/src/components/text-counter.js @@ -39,7 +39,6 @@ AFRAME.registerComponent('text-counter', { if (this.currentValue >= this.data.value) { this.currentValue = this.data.value; if (this.data.emit) { - console.log(this.currentValue, this.data.value); this.victoryInfoRank.emit('textcounterdone', null, false); this.victoryButtons.emit('textcounterdone', null, false); }