@bdkinc/knex-ibmi 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -506,7 +506,6 @@ var DB2Client = class extends import_knex.knex.Client {
506
506
  return null;
507
507
  const resp = obj.response;
508
508
  const method = obj.sqlMethod;
509
- console.log({ obj });
510
509
  if (!resp) {
511
510
  this.printDebug("response undefined" + obj);
512
511
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bdkinc/knex-ibmi",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Knex dialect for IBMi",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",