mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
Removed extraneous trace message.
This commit is contained in:
parent
f516be6736
commit
c8924d3e59
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue