Roo/BasicDialog.js
authorEdward <edward@roojs.com>
Mon, 21 Jan 2019 03:51:36 +0000 (11:51 +0800)
committerEdward <edward@roojs.com>
Mon, 21 Jan 2019 03:51:36 +0000 (11:51 +0800)
Roo/BasicDialog.js

index 47242b2..a4d6ab1 100644 (file)
@@ -600,8 +600,6 @@ Roo.extend(Roo.BasicDialog, Roo.util.Observable, {
             this.xy = this.el.getCenterXY(true);
         }
         if(this.modal){
-            Roo.log('adding body masked???');
-            
             Roo.get(document.body).addClass("x-body-masked");
             this.mask.setSize(Roo.lib.Dom.getViewWidth(true), Roo.lib.Dom.getViewHeight(true));
             this.mask.show();