diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js index e0b150175..0adc7b8f2 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 8c06b5b19..9f169ea1b 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 + ''