@bdkinc/knex-ibmi 0.1.5 → 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.
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.5",
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",
package/src/index.ts CHANGED
@@ -219,7 +219,6 @@ class DB2Client extends knex.Client {
219
219
 
220
220
  const resp = obj.response;
221
221
  const method = obj.sqlMethod;
222
- console.log({ obj });
223
222
  if (!resp) {
224
223
  this.printDebug("response undefined" + obj);
225
224
  }