]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/views.js
Modify mailbox view to prepare for multi select
[citadel.git] / webcit-ng / static / js / views.js
index 785a77009c76308b0ffee5e1cb8c94122a235463..f3cb58e030dd52569fa64f1439b23cb09d089f1f 100644 (file)
@@ -22,7 +22,6 @@ function render_room_view() {
 
        // The view renderer will set its own room navigation buttons
        for (const d of ["ctdl-newmsg-button", "ctdl-ungoto-button", "ctdl-skip-button", "ctdl-goto-button"]) {
-               console.log(d);
                document.getElementById(d).style.display = "none";
        }