diff --git a/lib/office/officeController.js b/lib/office/officeController.js index f510d83..a12eb4f 100644 --- a/lib/office/officeController.js +++ b/lib/office/officeController.js @@ -167,7 +167,7 @@ officeController.prototype.announceMeetingEnd = function(meeting) { this.sendiOSAPN(packet); - sender.sendMessage(message.toJSON(), '', true, function(err, data) { + /*sender.sendMessage(message.toJSON(), '', true, function(err, data) { if (!err) { logger.info('Message sent'); logger.debug(data); @@ -180,7 +180,7 @@ officeController.prototype.announceMeetingEnd = function(meeting) { }); - +*/ };