mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
remove debug printf
This commit is contained in:
parent
5b47f7b563
commit
f78269c360
@ -49,10 +49,6 @@ void lv_style_init(lv_style_t * style)
|
||||
#if LV_USE_ASSERT_STYLE
|
||||
style->sentinel = LV_STYLE_SENTINEL_VALUE;
|
||||
#endif
|
||||
|
||||
static int cnt = 0;
|
||||
cnt++;
|
||||
printf("%d\n", cnt);
|
||||
}
|
||||
|
||||
void lv_style_reset(lv_style_t * style)
|
||||
|
Loading…
x
Reference in New Issue
Block a user