summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-01-23 14:07:52 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-01-23 14:07:52 (GMT)
commitc2d20f62d46823b876660a0022e8ddc335500699 (patch)
tree175ba060849971a03e16617f328232830822f2ce /test
parentbe0a322db3a240c507c495659da764434832d9be (diff)
downloadhdf5-c2d20f62d46823b876660a0022e8ddc335500699.zip
hdf5-c2d20f62d46823b876660a0022e8ddc335500699.tar.gz
hdf5-c2d20f62d46823b876660a0022e8ddc335500699.tar.bz2
[svn-r8101] Purpose:
Removed debug print statements committed by mistake. Platforms tested: eirene.
Diffstat (limited to 'test')
-rw-r--r--test/testframe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/testframe.c b/test/testframe.c
index af47dab..fb7100a 100644
--- a/test/testframe.c
+++ b/test/testframe.c
@@ -313,7 +313,6 @@ int SetTestVerbosity(int newval)
*/
void ParseTestVerbosity(char *argv)
{
- printf("argv = %s\n", argv);
if (*argv == 'l')
SetTestVerbosity(VERBO_LO);
else if (*argv == 'm')
@@ -322,7 +321,6 @@ void ParseTestVerbosity(char *argv)
SetTestVerbosity(VERBO_HI);
else
SetTestVerbosity(atoi(argv));
- printf("Verbosity = %d\n", GetTestVerbosity());
}