From 6babdf626d2a139d9050512f46b7bac6553ed7bc Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 5 Oct 2022 16:39:43 +0800 Subject: [PATCH] Roo/bootstrap/form/Input.js --- Roo/bootstrap/form/Input.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Roo/bootstrap/form/Input.js b/Roo/bootstrap/form/Input.js index 1f954dbb0b..7fdabc35f6 100644 --- a/Roo/bootstrap/form/Input.js +++ b/Roo/bootstrap/form/Input.js @@ -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' : ''); -- 2.39.2