jqgrid_utils 1.25.0 → 1.25.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -702,7 +702,6 @@ console.log(_data);
702
702
  {
703
703
  if(col_model[i]['name'] === field)
704
704
  {
705
- console.log("fffffffF");
706
705
  col_model[i]['hidden'] = true;
707
706
  }
708
707
  }
package/jqgrid_utils.js CHANGED
@@ -701,7 +701,6 @@ console.log(_data);
701
701
  {
702
702
  if(col_model[i]['name'] === field)
703
703
  {
704
- console.log("fffffffF");
705
704
  col_model[i]['hidden'] = true;
706
705
  }
707
706
  }
package/package.json CHANGED
@@ -29,5 +29,5 @@
29
29
  {
30
30
  "test": "echo \"Error: no test specified\" && exit 1"
31
31
  },
32
- "version": "1.25.0"
32
+ "version": "1.25.1"
33
33
  }