1
0
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:
Gabor Kiss-Vamosi 2021-02-23 15:40:50 +01:00
parent c6dd413f11
commit 6b1d25a140

View File

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