mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Removed a debug statement.
This commit is contained in:
parent
5566cbb772
commit
001d950548
@ -80,9 +80,6 @@ test_big_var(const char *testfile)
|
||||
if (nc_put_vara_schar(ncid, varid, start, count, &data[0][0])) ERR;
|
||||
if (nc_close(ncid)) ERR;
|
||||
|
||||
printf("\n\nExiting early so that we can investigate the output file. Remove this before putting back in git.\n");
|
||||
//exit(0);
|
||||
|
||||
/* Open the file and check it. */
|
||||
if (nc_open(testfile, NC_NOWRITE, &ncid)) ERR;
|
||||
if (nc_inq_varid(ncid, "var", &varid)) ERR;
|
||||
|
Loading…
Reference in New Issue
Block a user