]> granicus.if.org Git - mutt/commitdiff
remove unnecessary dprints
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 8 Jun 2007 23:03:09 +0000 (01:03 +0200)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 8 Jun 2007 23:03:09 +0000 (01:03 +0200)
sendlib.c

index 73dc75a9482dc803432a7c9570aba55ebcb0afed..c2ae8742727bf6caa85cd4ad2f634edb08dc9465 100644 (file)
--- 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))
       {