Piotr Caban : msvcrt: Remove traces from printf.
Module: wine Branch: master Commit: 1b053519755242a561feec91df4a60f07c322c3a URL: https://source.winehq.org/git/wine.git/?a=commit;h=1b053519755242a561feec91d... Author: Piotr Caban <piotr(a)codeweavers.com> Date: Mon Nov 23 14:01:27 2020 +0100 msvcrt: Remove traces from printf. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/msvcrt/printf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dlls/msvcrt/printf.h b/dlls/msvcrt/printf.h index f8b200c7e54..3be60db369b 100644 --- a/dlls/msvcrt/printf.h +++ b/dlls/msvcrt/printf.h @@ -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;
participants (1)
-
Alexandre Julliard