mirror of https://github.com/ecmwf/eccodes.git
Debugging: Reduce number of printed messages
This commit is contained in:
parent
2b908fee8d
commit
9216f00136
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue