瀏覽代碼

//Delete a console.log

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){
                 this._refreshRateCounter--;
-                console.log(this._refreshRateCounter);
             }else{
                 for (let prop of this._updatableProperties) {
                     prop.elem.textContent = prop.updateFct();