1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

remove debug printf

This commit is contained in:
Gabor Kiss-Vamosi 2019-03-24 19:34:52 +01:00
parent 37e873fa09
commit 8890589dc1

View File

@ -803,7 +803,6 @@ static lv_res_t release_handler(lv_obj_t * ddlist)
}
ext->sel_opt_id = new_opt;
printf("rid: %d\n", new_opt);
}
ext->sel_opt_id_ori = ext->sel_opt_id;