This commit is contained in:
Shahram Najm 2020-04-28 19:50:28 +01:00
parent c72abef953
commit 6399a71547
1 changed files with 0 additions and 1 deletions

View File

@ -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;