@aloma.io/integration-sdk 3.8.12 → 3.8.13

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.
@@ -107,7 +107,6 @@ export class AbstractController {
107
107
  return this.healthCheck();
108
108
  }
109
109
  async _doStart(config, oauth, newTask, updateTask, getClient, getBlob, getBlobContent, createBlob) {
110
- console.dir(config, { depth: null });
111
110
  this.config = config;
112
111
  this.client = oauth;
113
112
  this.oauth = oauth;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.8.12",
3
+ "version": "3.8.13",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -168,7 +168,6 @@ export abstract class AbstractController {
168
168
  getBlobContent: any,
169
169
  createBlob: any
170
170
  ): Promise<void> {
171
- console.dir(config, {depth: null});
172
171
  this.config = config;
173
172
  this.client = oauth;
174
173
  this.oauth = oauth;