summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testpar/testphdf5.c2
1 files changed, 0 insertions, 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);
}