Royi Bernthal 7 éve
szülő
commit
e9feadcc00
1 módosított fájl, 0 hozzáadás és 6 törlés
  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);*/
         }
     }
 }