From 4aec8d117dc9e9b070ccfba527c281117e3254bf Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Sat, 15 Aug 2009 19:36:02 +0200
Subject: [PATCH] Date extension: accidentally committed debug printf.

---
 src/lib-sieve/plugins/date/tst-date.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib-sieve/plugins/date/tst-date.c b/src/lib-sieve/plugins/date/tst-date.c
index e512607ec..5e1aaad41 100644
--- a/src/lib-sieve/plugins/date/tst-date.c
+++ b/src/lib-sieve/plugins/date/tst-date.c
@@ -481,8 +481,7 @@ static int tst_date_operation_execute
 				strlen(date_string), &date_value, &original_zone) ) {
 				got_date = TRUE;
 			}
-		} else printf("HEADER %s not found\n", str_c(header_name));
-
+		}
 	} else if ( op == &currentdate_operation ) {
 		/* Use time stamp recorded at the time the script first started */
 
-- 
GitLab