aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/camel-stream-filter.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 258edef029..5b12c2bcf7 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-07 Dan Winship <danw@helixcode.com>
+
+ * camel-stream-filter.c (d): Kill debugging, as it causes lots of
+ evolution-mail spewage.
+
2000-11-07 Not Zed <NotZed@HelixCode.com>
* camel-mime-filter-bestenc.c (complete): Implement a complete()
diff --git a/camel/camel-stream-filter.c b/camel/camel-stream-filter.c
index 0a7d876159..7c5dec7a2a 100644
--- a/camel/camel-stream-filter.c
+++ b/camel/camel-stream-filter.c
@@ -21,7 +21,7 @@
#include "camel-stream-filter.h"
-#define d(x) x
+#define d(x)
#include <stdio.h>
struct _filter {