From 1083b8810ff97621f901a330e8492fdfabc8d086 Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Wed, 22 Nov 2000 15:56:48 +0000 Subject: [PATCH] Removed 1 debug message --- harbour/source/pp/ppcore.c | 1 - 1 file changed, 1 deletion(-) diff --git a/harbour/source/pp/ppcore.c b/harbour/source/pp/ppcore.c index f88790d882..405a8dbc39 100644 --- a/harbour/source/pp/ppcore.c +++ b/harbour/source/pp/ppcore.c @@ -3128,7 +3128,6 @@ static int NextName( char ** sSource, char * sDest ) **sSource = '\0'; if( strchr( pString, '"' ) == NULL ) { - printf( "OOps!\n" ); *pString = '"'; **sSource = '"'; }