From 972c95e8cdc7ec62c55fa05f3a5fdf84db52dff0 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Fri, 29 Apr 2016 14:08:17 +0100 Subject: [PATCH] Apple Push notifications. Trying something else. again --- lib/office/officeController.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/office/officeController.js b/lib/office/officeController.js index d64d789..d20749d 100644 --- a/lib/office/officeController.js +++ b/lib/office/officeController.js @@ -110,6 +110,8 @@ var officeController = function(neweventbus) { eventBus.on('setupNextMeeting', this.setupNextMeeting.bind(this, this.todaysList)); + logger.debug(this.todaysList); + eventBus.on('cleanUp', (id) => { logger.debug('+ => cleanUp'); this.cleanUpMeeting(id);