Removed extraneous trace message.
This commit is contained in:
parent
f516be6736
commit
c8924d3e59
@ -80,8 +80,6 @@ void DEBUG_PrintBasic( const DBG_VALUE* value, int count, char format )
|
|||||||
*/
|
*/
|
||||||
for (ptr = default_format; *ptr; ptr++)
|
for (ptr = default_format; *ptr; ptr++)
|
||||||
{
|
{
|
||||||
DEBUG_Printf(DBG_CHN_MESG, "[%c]", *ptr);
|
|
||||||
|
|
||||||
if (*ptr == '%') state++;
|
if (*ptr == '%') state++;
|
||||||
else if (state == 1)
|
else if (state == 1)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user