1
0
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:
Gabor Kiss-Vamosi 2021-04-27 17:47:01 +02:00
parent 5b47f7b563
commit f78269c360

View File

@ -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)