Commit c8924d3e authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Removed extraneous trace message.

parent f516be67
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment