X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2Fstrlist.c;h=20e6a5818094327138cd728422dd32f2ea260145;hb=d229b104fb45ef8a5b968da80383f571625fa976;hp=dee9269058f85c122e4ad866c9802618d7691da4;hpb=9c710cd68a1826f033133240a944399adb28c4c0;p=apps%2Fpfixtools.git 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);