Skip to content

Commit

Permalink
[UPD] remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Sep 26, 2024
1 parent ebd3553 commit 8ab7e32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layer/Statistic.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ Statistic.prototype._cloneStatistic = function(stat) {
* @API
*/
Statistic.prototype.setStatistic = function(stat, delay) {
console.log('setstat',stat)
if (delay) {
this.dispatchEvent({ type: 'stat:start' });
setTimeout(() => this.setStatistic(stat), delay);
Expand Down

0 comments on commit 8ab7e32

Please sign in to comment.