diff --git a/lv_draw/lv_draw.c b/lv_draw/lv_draw.c index ea1625dfec..482c74b7b9 100644 --- a/lv_draw/lv_draw.c +++ b/lv_draw/lv_draw.c @@ -1842,8 +1842,6 @@ static void lv_draw_shadow_full(const lv_area_t * coords, const lv_area_t * mask px_fp(point_lt.x,point_lt.y , mask, style->body.shadow.color, line_2d_blur[d]); } - printf("%d, ", line_2d_blur[d]); - if(point_rb.x != point_lb.x && point_lt.y != point_lb.y) { px_fp(point_lb.x,point_lb.y , mask, style->body.shadow.color, line_2d_blur[d]); } @@ -1862,8 +1860,6 @@ static void lv_draw_shadow_full(const lv_area_t * coords, const lv_area_t * mask point_lt.x--; } - printf("\n"); - /* Put the first line to the edges too. * It is not correct because blur should be done below the corner too * but is is simple, fast and gives a good enough result*/