Remove extra debug logging line

This commit is contained in:
Jonathan Bailey 2019-11-21 09:29:23 -05:00
parent 83da92537c
commit 8ea6bb134e

View File

@ -44,8 +44,6 @@ export class CallbackModel {
this.operations.push(operation); this.operations.push(operation);
} }
} }
console.log(this.operations);
} }
@action @action