chore: Cleanup file.

This commit is contained in:
Gervwyk 2021-04-01 09:53:34 +02:00
parent cba6b4d3a5
commit a23ae4b6d7

View File

@ -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.');
}