mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r8102] Purpose:
Removed debug print statements committed by mistake. Platforms tested: eirene.
This commit is contained in:
parent
72ca2d086f
commit
e54c4df3d2
@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user