Roo/bootstrap/Popover.js
authoredward <edward@roojs.com>
Tue, 28 Mar 2017 03:29:14 +0000 (11:29 +0800)
committeredward <edward@roojs.com>
Tue, 28 Mar 2017 03:29:14 +0000 (11:29 +0800)
Roo/bootstrap/Popover.js

index e95df54..bd5d019 100644 (file)
@@ -156,7 +156,6 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
     hoverState : null,
     
     toggle : function (on_el) {
-        Roo.log(['toggle', on_el]);
         this.hoverState == 'in' ? this.leave() : this.enter(on_el);
     },