Roo/bootstrap/Tooltip.js
authoredward <edward@roojs.com>
Thu, 26 Oct 2017 10:24:24 +0000 (18:24 +0800)
committeredward <edward@roojs.com>
Thu, 26 Oct 2017 10:24:24 +0000 (18:24 +0800)
Roo/bootstrap/Tooltip.js

index 6eb14b3..18fe186 100644 (file)
@@ -170,8 +170,6 @@ Roo.extend(Roo.bootstrap.Tooltip, Roo.bootstrap.Component,  {
     
     enter : function () {
        
-       Roo.log('tooltip enter??');
-       
         if (this.timeout != null) {
             clearTimeout(this.timeout);
         }
@@ -212,7 +210,6 @@ Roo.extend(Roo.bootstrap.Tooltip, Roo.bootstrap.Component,  {
     
     show : function ()
     {
-        Roo.log('tooltip show???????');
         if (!this.el) {
             this.render(document.body);
         }