Debugging: Reduce number of printed messages

This commit is contained in:
Shahram Najm 2022-06-07 12:39:00 +01:00
parent 2b908fee8d
commit 9216f00136
1 changed files with 0 additions and 3 deletions

View File

@ -239,9 +239,6 @@ static grib_trie* load_bufr_elements_table(grib_accessor* a, int* err)
dictionary = NULL;
goto the_end;
}
else {
grib_context_log(c, GRIB_LOG_DEBUG, "bufr_elements_table: found def file %s", filename);
}
dictionary = (grib_trie*)grib_trie_get(c->lists, dictName);
if (dictionary) {