Removed 1 debug message

This commit is contained in:
Ron Pinkas
2000-11-22 15:56:48 +00:00
parent b594a5aa2d
commit 1083b8810f

View File

@@ -3128,7 +3128,6 @@ static int NextName( char ** sSource, char * sDest )
**sSource = '\0';
if( strchr( pString, '"' ) == NULL )
{
printf( "OOps!\n" );
*pString = '"';
**sSource = '"';
}