jqgrid_utils 1.0.0 → 1.0.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.
@@ -17,7 +17,6 @@ module.exports = class Vanilla_website_utils
17
17
  if(data.length ===0)
18
18
  {
19
19
  data = grid.jqGrid('getRowData');
20
- console.log(data);
21
20
  }
22
21
  let caption = grid.jqGrid("getGridParam", "caption");
23
22
  if (Array.isArray(data))
package/jqgrid_utils.js CHANGED
@@ -16,7 +16,6 @@ module.exports = class Vanilla_website_utils
16
16
  if(data.length ===0)
17
17
  {
18
18
  data = grid.jqGrid('getRowData');
19
- console.log(data);
20
19
  }
21
20
  let caption = grid.jqGrid("getGridParam", "caption");
22
21
  if (Array.isArray(data))
package/package.json CHANGED
@@ -20,5 +20,5 @@
20
20
  {
21
21
  "test": "echo \"Error: no test specified\" && exit 1"
22
22
  },
23
- "version": "1.0.0"
23
+ "version": "1.0.1"
24
24
  }