소스 검색

//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();