From: Art Cancro Date: Mon, 13 Mar 2023 17:52:54 +0000 (-0400) Subject: Don't send the rendered list to the console anymore. X-Git-Tag: v976~71 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=21629e9bd898e0b0df81e2d5cd7adc23b12cc7f9;p=citadel.git Don't send the rendered list to the console anymore. --- diff --git a/webcit-ng/static/js/mail_folder_list.js b/webcit-ng/static/js/mail_folder_list.js index 54db61d6a..e84730586 100644 --- a/webcit-ng/static/js/mail_folder_list.js +++ b/webcit-ng/static/js/mail_folder_list.js @@ -59,8 +59,6 @@ function render_mail_folder_list(roomlist_json) { } } rendered_list += ""; - console.log(rendered_list); - return rendered_list; }