diff options
Diffstat (limited to 'app/boot/wire-up-components-into.js')
| -rw-r--r-- | app/boot/wire-up-components-into.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/boot/wire-up-components-into.js b/app/boot/wire-up-components-into.js index 5950171..a11eeff 100644 --- a/app/boot/wire-up-components-into.js +++ b/app/boot/wire-up-components-into.js @@ -27,7 +27,6 @@ export default class WireUpComponentsInto { this.registerSubscribers(queries); this.registry.resolveAll("subscriber").forEach((subscriber) => { - console.log(`subscribing: ${subscriber}`); subscriber.subscribeTo(this.registry.resolve('eventAggregator')); }); return this.registry; |
