Remove debug.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 17 Sep 2008 15:51:11 +0000 (17:51 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 17 Sep 2008 15:51:11 +0000 (17:51 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
postlicyd/strlist.c

index dee9269..20e6a58 100644 (file)
@@ -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);