From 52f9a47e0980a8a2c4702d17eb7b88572e159a96 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Sun, 25 Nov 2007 00:09:35 +0100
Subject: [PATCH] Removed spurious debug message.

---
 src/lib-sieve/sieve-match-types.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib-sieve/sieve-match-types.c b/src/lib-sieve/sieve-match-types.c
index 9c260c4fa..563bc2d91 100644
--- a/src/lib-sieve/sieve-match-types.c
+++ b/src/lib-sieve/sieve-match-types.c
@@ -199,7 +199,6 @@ static bool mtch_binary_load(struct sieve_binary *sbin)
 {
 	pool_t pool = sieve_binary_pool(sbin);
 	
-	printf("BINARY MATCH-TYPES LOADED\n");
 	struct mtch_binary_context *ctx = 
 		p_new(pool, struct mtch_binary_context, 1);
 	
-- 
GitLab