Roo/bootstrap/Menu.js
authorjohn <john@roojs.com>
Fri, 10 Aug 2018 04:02:25 +0000 (12:02 +0800)
committerjohn <john@roojs.com>
Fri, 10 Aug 2018 04:02:25 +0000 (12:02 +0800)
Roo/bootstrap/Menu.js

index 2b2fa83..53831c8 100644 (file)
@@ -258,8 +258,6 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component,  {
         }
         this.fireEvent("beforeshow", this);
         
-        Roo.log(this.el.getAlignToXY(el, pos || this.defaultAlign));
-        
         this.showAt(this.el.getAlignToXY(el, pos || this.defaultAlign), parentMenu, false);
     },
      /**
@@ -277,8 +275,6 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component,  {
             // xy = this.el.adjustForConstraints(xy);
         }
         
-        Roo.log(this.el.getAlignToXY(this.triggerEl, '?'));
-        
         //this.el.show();
         this.hideMenuItems();
         this.hidden = false;