Roo/bootstrap/Menu.js
authoredward <edward@roojs.com>
Fri, 29 Dec 2017 06:06:04 +0000 (14:06 +0800)
committeredward <edward@roojs.com>
Fri, 29 Dec 2017 06:06:04 +0000 (14:06 +0800)
Roo/bootstrap/Menu.js

index c172d57..afa67c3 100644 (file)
@@ -140,8 +140,6 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component,  {
         
         this.triggerEl.on('click', this.onTriggerClick, this);
         
-        Roo.log(this.triggerEl);
-        
         this.triggerEl.on(Roo.isTouch ? 'touchstart' : 'mouseup', this.onTriggerPress, this);
         
         this.triggerEl.addClass('dropdown-toggle');