From 001d950548ed52036337a3e6735a2b76bdcbf0de Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Mon, 4 Nov 2013 13:34:20 -0700 Subject: [PATCH] Removed a debug statement. --- nc_test/tst_big_var2.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/nc_test/tst_big_var2.c b/nc_test/tst_big_var2.c index 692ffa4c0..0b90916aa 100644 --- a/nc_test/tst_big_var2.c +++ b/nc_test/tst_big_var2.c @@ -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;