diff --git a/lv_misc/lv_math.c b/lv_misc/lv_math.c index 128b32c9c..933cdab17 100644 --- a/lv_misc/lv_math.c +++ b/lv_misc/lv_math.c @@ -85,8 +85,6 @@ void lv_math_num_to_str(int32_t num, char * buf) } (*buf) = '\0'; - - printf("Input decimal or binary: %d\nOutput BCD: %X\nOutput str: %s\n", num, output, buf_ori); } /**********************