Roo/bootstrap/form/Input.js
authorleon <leon@roojs.com>
Wed, 5 Oct 2022 08:39:43 +0000 (16:39 +0800)
committerleon <leon@roojs.com>
Wed, 5 Oct 2022 08:39:43 +0000 (16:39 +0800)
Roo/bootstrap/form/Input.js

index 1f954db..7fdabc3 100644 (file)
@@ -410,8 +410,6 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
         if (this.allowBlank ) {
             indicator.style = this.allowBlank ? ' display:none' : '';
         }
-
-        Roo.log(align);
         if (align ==='left' && this.fieldLabel.length) {
             
             cfg.cls += ' roo-form-group-label-left'  + (Roo.bootstrap.version == 4 ? ' row' : '');