Remove a console log

pull/1/head
yflory 2021-04-12 14:16:42 +02:00
parent f3fd7011f8
commit a6c5ddf1f3
1 changed files with 1 additions and 1 deletions

View File

@ -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(),