Commit 1b053519 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcrt: Remove traces from printf.

parent d896b119
......@@ -601,8 +601,6 @@ static inline int FUNC_NAME(pf_output_fp)(FUNC_NAME(puts_clbk) pf_puts, void *pu
ULONGLONG m;
DWORD l;
TRACE("floating point argument: %.16le\n", v);
if(flags->Precision == -1)
flags->Precision = 6;
......@@ -973,8 +971,6 @@ int FUNC_NAME(pf_printf)(FUNC_NAME(puts_clbk) pf_puts, void *puts_ctx, const API
BOOL standard_rounding = FALSE;
#endif
TRACE("Format is: %s\n", FUNC_NAME(debugstr)(fmt));
if (!MSVCRT_CHECK_PMT(fmt != NULL))
return -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