mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-22 23:37:43 +08:00
remove debug printf
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user