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