mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix: remove debug printf
This commit is contained in:
parent
c6dd413f11
commit
6b1d25a140
@ -565,7 +565,6 @@ static void scroll_x_anim(void * obj, int32_t v)
|
||||
|
||||
static void scroll_y_anim(void * obj, int32_t v)
|
||||
{
|
||||
printf("scrl_anim %d\n", v);
|
||||
scroll_by_raw(obj, 0, v + lv_obj_get_scroll_y(obj));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user