mirror of https://github.com/ecmwf/eccodes.git
Clean up
This commit is contained in:
parent
c72abef953
commit
6399a71547
|
@ -727,7 +727,6 @@ static int parse(grib_context* gc, const char* filename)
|
|||
GRIB_MUTEX_UNLOCK(&mutex_parse);
|
||||
return GRIB_FILE_NOT_FOUND;
|
||||
}
|
||||
//printf("parse:: grib_yyparse on %s\n", filename);
|
||||
err = grib_yyparse();
|
||||
parse_file = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue