Roo/bootstrap/form/MultiLineTag.js
authorleon <leon@roojs.com>
Thu, 2 Nov 2023 08:47:53 +0000 (16:47 +0800)
committerleon <leon@roojs.com>
Thu, 2 Nov 2023 08:47:53 +0000 (16:47 +0800)
Roo/bootstrap/form/MultiLineTag.js

index c01f3ac..f523520 100644 (file)
@@ -162,7 +162,6 @@ Roo.extend(Roo.bootstrap.form.MultiLineTag, Roo.bootstrap.form.Input,  {
 
     removeTagRow : function(row,)
     {
-        Roo.log('removeTagRow');
         row.destroy();
         this.tagRows.splice(this.tagRows.indexOf(row), 1);
         this.showHideRemoveBtn();
@@ -219,8 +218,6 @@ Roo.extend(Roo.bootstrap.form.MultiLineTag, Roo.bootstrap.form.Input,  {
         }
         catch {}
 
-        Roo.log(arr);
-
         for (var i = 0; i < arr.length; i ++) {
             this.addTagRow();
             this.tagRows[i].inputCb.setRawValue(arr[i][this.valueField]);