@bdkinc/knex-ibmi 0.1.5 → 0.1.6

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/package.json +1 -1
  2. package/src/index.ts +0 -1
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.6",
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
  }