From d229b104fb45ef8a5b968da80383f571625fa976 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Wed, 17 Sep 2008 17:51:11 +0200 Subject: [PATCH] Remove debug. Signed-off-by: Florent Bruneau --- postlicyd/strlist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/postlicyd/strlist.c b/postlicyd/strlist.c index dee9269..20e6a58 100644 --- a/postlicyd/strlist.c +++ b/postlicyd/strlist.c @@ -219,7 +219,6 @@ static bool strlist_filter_constructor(filter_t *filter) trie = strlist_create(current, reverse, lock); PARSE_CHECK(trie != NULL, "cannot load string list from %s", current); - trie_inspect(trie, false); array_add(config->tries, trie); array_add(config->weights, weight); array_add(config->reverses, reverse); -- 2.20.1