From: Thomas Roessler Date: Fri, 8 Jun 2007 23:03:09 +0000 (+0200) Subject: remove unnecessary dprints X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e605ae7bc1daa7020abc202aa565d7899c5f1b95;p=neomutt remove unnecessary dprints --- diff --git a/sendlib.c b/sendlib.c index 73dc75a94..c2ae87427 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1626,13 +1626,6 @@ int mutt_write_one_header (FILE *fp, const char *tag, const char *value, const c i += l, last = w) { - if (i == 0) - { - dprint (1, (debugfile, "WRITEONE cp: %s\n", cp)); - dprint (1, (debugfile, "WRITEONE w: %x\n", (unsigned int) w)); - dprint (1, (debugfile, "WRITEONE iswspace (w) = %d\n", iswspace (w))); - } - /* Brief look at the last character we had... */ if (iswspace (last)) {