瀏覽代碼

removing logs

Royi Bernthal 7 年之前
父節點
當前提交
e9feadcc00
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      gui/src/controls/textBlock.ts

+ 0 - 6
gui/src/controls/textBlock.ts

@@ -193,12 +193,6 @@ module BABYLON.GUI {
                 this.width = this.paddingLeftInPixels + this.paddingRightInPixels + maxLineWidth + 'px';
                 this.height = this.paddingTopInPixels + this.paddingBottomInPixels + this._fontOffset.height * this._lines.length + 'px';
             }
-
-            console.log('width', this.width);
-            console.log('height', this.height);
-
-            /*console.log('width', maxLineWidth);
-            console.log('height', this._fontOffset.height * this._lines.length);*/
         }
     }
 }