]> sjero.net Git - wget/blobdiff - src/html-url.c
Removed commented *printf and use quote_n() for quoting several args
[wget] / src / html-url.c
index cbaffb25cb4550e3040fb2644663f566e40f4211..c954cb97191b83f87b27a149696c1bcb66982001 100644 (file)
@@ -571,7 +571,6 @@ tag_handle_meta (int tagid, struct taginfo *tag, struct map_context *ctx)
       if (!mcharset)
         return;
 
-      /*logprintf (LOG_VERBOSE, "Meta tag charset : %s\n", quote (mcharset));*/
       xfree_null (meta_charset);
       meta_charset = mcharset;
     }