Remove a console log
parent
f3fd7011f8
commit
a6c5ddf1f3
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue