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); }