From caefcc21330c0c23b4d1dfb9c9cc7916a7b9b835 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Fri, 17 Feb 2006 15:55:20 -0500 Subject: [svn-r11953] Purpose: code cleanup Description: remove two printf lines accidently added for debugging at NCSA cobalt. Solution: Platforms tested: No need to test. Misc. update: --- testpar/testphdf5.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index dba93aa..a65ef6d 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -323,8 +323,6 @@ h5_mpi_get_file_size(const char *filename, MPI_Comm comm, MPI_Info info) size=0; done: - printf("size in llu = %llu\n",size); - printf("size in lld = %lld\n",size); return(size); } -- cgit v0.12