Removed extraneous trace message.

This commit is contained in:
Eric Pouech 2000-07-10 13:05:59 +00:00 committed by Alexandre Julliard
parent f516be6736
commit c8924d3e59

View file

@ -80,8 +80,6 @@ void DEBUG_PrintBasic( const DBG_VALUE* value, int count, char format )
*/
for (ptr = default_format; *ptr; ptr++)
{
DEBUG_Printf(DBG_CHN_MESG, "[%c]", *ptr);
if (*ptr == '%') state++;
else if (state == 1)
{