Remove the console log of the address render. It works now and we don't need to...
authorArt Cancro <ajc@citadel.org>
Fri, 9 Sep 2022 22:09:34 +0000 (18:09 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 9 Sep 2022 22:09:34 +0000 (18:09 -0400)
webcit-ng/static/js/view_mail.js

index 3499f49b96a59ee56a88f31b631836b6df5dd3ff..4f94e5f45937ee281d65f07e4f780e46cfb4aac9 100644 (file)
@@ -13,7 +13,6 @@ var RefreshMailboxInterval;                                                   // We store our refresh timer here
 // Render a message into the mailbox view
 function mail_render_one(msg, target_div) {
        let div = "FIXME";
-       console.log(render_msg_author(msg));
        try {
                outmsg =
                  "<div class=\"ctdl-mmsg-wrapper\">"                           // begin message wrapper