* Upgraded TinyMCE to version 2.0RC3. This fixes a conflict with
[citadel.git] / webcit / messages.c
index fd2d9ddafe858041134fe280c2a685048158d578..aa4b32561b0cb94b41868c5c66df9cb852224db0 100644 (file)
@@ -2229,7 +2229,6 @@ void post_message(void)
        static long dont_post = (-1L);
        struct wc_attachment *att, *aptr;
 
-       lprintf(9, "msgtext: %s\n", bstr("msgtext"));
        if (WC->upload_length > 0) {
 
                /* There's an attachment.  Save it to this struct... */