From a57e4212eeaa786a26d0d936e1f563ae364e2519 Mon Sep 17 00:00:00 2001 From: Niklas Meyer Date: Fri, 20 Jan 2023 15:22:55 +0100 Subject: [PATCH] Removed Debug Messages --- data/web/js/site/mailbox.js | 1 - data/web/js/site/user.js | 1 - 2 files changed, 2 deletions(-) diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js index e0b15017..0adc7b8f 100644 --- a/data/web/js/site/mailbox.js +++ b/data/web/js/site/mailbox.js @@ -2053,7 +2053,6 @@ jQuery(function($){ type: "GET", url: "/api/v1/get/syncjobs/all/no_log", dataSrc: function(json){ - console.log(json); $.each(json, function (i, item) { item.log = '' + lang.open_logs + '' item.user2 = escapeHtml(item.user2); diff --git a/data/web/js/site/user.js b/data/web/js/site/user.js index 8c06b5b1..9f169ea1 100644 --- a/data/web/js/site/user.js +++ b/data/web/js/site/user.js @@ -240,7 +240,6 @@ jQuery(function($){ type: "GET", url: '/api/v1/get/syncjobs/' + encodeURIComponent(mailcow_cc_username) + '/no_log', dataSrc: function(data){ - console.log(data); $.each(data, function (i, item) { item.user1 = escapeHtml(item.user1); item.log = '' + lang.open_logs + ''