Bloadrick 7 роки тому
батько
коміт
0e96451bda
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      inspector/src/tabs/StatsTab.ts

+ 0 - 1
inspector/src/tabs/StatsTab.ts

@@ -362,7 +362,6 @@ module INSPECTOR {
             
             
             if(this._refreshRateCounter > 1){
             if(this._refreshRateCounter > 1){
                 this._refreshRateCounter--;
                 this._refreshRateCounter--;
-                console.log(this._refreshRateCounter);
             }else{
             }else{
                 for (let prop of this._updatableProperties) {
                 for (let prop of this._updatableProperties) {
                     prop.elem.textContent = prop.updateFct();
                     prop.elem.textContent = prop.updateFct();