Don't send the rendered list to the console anymore.
authorArt Cancro <ajc@citadel.org>
Mon, 13 Mar 2023 17:52:54 +0000 (13:52 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 13 Mar 2023 17:52:54 +0000 (13:52 -0400)
webcit-ng/static/js/mail_folder_list.js

index 54db61d6a42df02c177e11577252122aee2b68eb..e84730586964b1432a1aa459b9b57712f22a299e 100644 (file)
@@ -59,8 +59,6 @@ function render_mail_folder_list(roomlist_json) {
                }
        }
        rendered_list += "</ul>";
-       console.log(rendered_list);
-
        return rendered_list;
 }