diff --git a/www/common/outer/calendar.js b/www/common/outer/calendar.js index 07640a711..e66db22a2 100644 --- a/www/common/outer/calendar.js +++ b/www/common/outer/calendar.js @@ -110,7 +110,7 @@ define([ var send = function () { var hide = Util.find(ctx, ['store', 'proxy', 'settings', 'general', 'calendar', 'hideNotif']); - if (hide) { console.error('hidden'); return; } + if (hide) { return; } ctx.store.mailbox.showMessage('reminders', { msg: { ctime: +new Date(),