Apple Push notifications. Trying something else. again

This commit is contained in:
Martin Donnelly 2016-04-29 14:11:12 +01:00
parent 972c95e8cd
commit 3a74998f51

View File

@ -110,8 +110,8 @@ var officeController = function(neweventbus) {
eventBus.on('setupNextMeeting', this.setupNextMeeting.bind(this, this.todaysList));
logger.debug(this.todaysList);
logger.debug('Todayslist', this.todaysList);
eventBus.on('cleanUp', (id) => {
logger.debug('+ => cleanUp');
this.cleanUpMeeting(id);