* The '/webcit' prefix was only stripped when running in proxy mode. Fixed.
[citadel.git] / webcit / html2html.c
index 8e665f42dff31258abb43ad4b575924c134f484a..a91239d0a1a2fce03f64bae5b304cadd791b7277 100644 (file)
@@ -108,7 +108,6 @@ void output_html(const char *supplied_charset, int treat_as_wiki, int msgnum, St
        size_t obuflen;               /**< Length of output buffer              */
        char *osav;                   /**< Saved pointer to output buffer       */
 #endif
-       lprintf(9, "output_html() called with msgnum=%ld\n", msgnum);
        if (Target == NULL)
                Target = WC->WBuf;