diff --git a/packages/operators/src/webParser.js b/packages/operators/src/webParser.js index f404b656b..3a144f3d1 100644 --- a/packages/operators/src/webParser.js +++ b/packages/operators/src/webParser.js @@ -33,7 +33,6 @@ class WebParser { } async init() { - console.log('INIT', this.operations, this.context, this.operators); if (!type.isObject(this.context.lowdefy)) { throw new Error('context.lowdefy must be an object.'); }