Remove a console log

pull/1/head
yflory 4 years ago
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…
Cancel
Save