FREEBIE
@ -510,22 +510,22 @@
console.log('done with handleDataMessage', message.idForLogging());
if (confirm) {
confirm();
}
return resolve();
catch (e) {
handleError(e);
}, function(error) {
try {
console.log('handleDataMessage: Message', message.idForLogging(), 'was deleted');
});
}, handleError);