Roo/bootstrap/Tooltip.js
authorleon <leon@roojs.com>
Tue, 27 Sep 2022 05:04:23 +0000 (13:04 +0800)
committerleon <leon@roojs.com>
Tue, 27 Sep 2022 05:04:23 +0000 (13:04 +0800)
Roo/bootstrap/Tooltip.js

index 0681af1..5996d85 100644 (file)
@@ -252,8 +252,6 @@ Roo.extend(Roo.bootstrap.Tooltip, Roo.bootstrap.Component,  {
             this.placement.call(this, this.el, on_el) :
             this.placement;
 
-        Roo.log("TOOLTIP_PLACEMENT");
-        Roo.log(this.bindEl.attr('tooltip-placement'));
         if(this.bindEl.attr('tooltip-placement')) {
             placement = this.bindEl.attr('tooltip-placement');
         }