From a6c5ddf1f3daac7427fb95bb6f64883cdabed635 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 12 Apr 2021 14:16:42 +0200 Subject: [PATCH] Remove a console log --- www/common/outer/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),