deleted console.log

This commit is contained in:
Diego F. Goberna
2018-11-14 18:34:21 +01:00
parent c61ab2241c
commit a2d6b3ac1a

View File

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