diff --git a/src/lib-sieve/sieve-match-types.c b/src/lib-sieve/sieve-match-types.c
index 9c260c4faaa5f2db185bfa5113c63b47892036f8..563bc2d91387c93ca65544cfe768cd79b678d5ed 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);