Roo/bootstrap/TextArea.js
authoredward <edward@roojs.com>
Tue, 18 Oct 2016 05:56:56 +0000 (13:56 +0800)
committeredward <edward@roojs.com>
Tue, 18 Oct 2016 05:56:56 +0000 (13:56 +0800)
Roo/bootstrap/TextArea.js

index de419fe..97bd3c7 100644 (file)
@@ -260,7 +260,7 @@ Roo.extend(Roo.bootstrap.TextArea, Roo.bootstrap.Input,  {
         this.el.addClass(this.validClass);
         
         if(this.hasFeedback && this.inputType != 'hidden' && !this.allowBlank && (this.getValue().length || this.forceFeedback)){
-            Roo.log('in???');
+            
             var feedback = this.el.select('.form-control-feedback', true).first();
             
             if(feedback){