summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2007-06-09 01:03:09 +0200
committerThomas Roessler <roessler@does-not-exist.org>2007-06-09 01:03:09 +0200
commita83cb77b23c8b9c7fcd49a7251a600f209893d97 (patch)
treef7e7b2e0f9e52e036b19edcafcbf332ac393e6b8
parentf77cefed2313dca3f79be729d1fa62f477221e62 (diff)
remove unnecessary dprints
-rw-r--r--sendlib.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sendlib.c b/sendlib.c
index 73dc75a9..c2ae8742 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))
{