From 8e2265c6d771e7256d1b45c956e1a5f577f8f1bc Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 9 Feb 2008 18:07:08 +0100 Subject: [PATCH] src/utils_ignorelist.c: Remove an annoying debug message. --- src/utils_ignorelist.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/utils_ignorelist.c b/src/utils_ignorelist.c index bf39597e..94d6bdae 100644 --- a/src/utils_ignorelist.c +++ b/src/utils_ignorelist.c @@ -217,10 +217,6 @@ ignorelist_t *ignorelist_create (int invert) /* smalloc exits if it failes */ il = (ignorelist_t *) smalloc (sizeof (ignorelist_t)); - DEBUG("Ignorelist created 0x%p, default is %s", - (void *) il, - invert ? "collect" : "ignore"); - memset (il, '\0', sizeof (ignorelist_t)); /* -- 2.11.0