efl_ui_textpath: remove err log in none error case.

This commit is contained in:
Hermet Park 2019-05-07 17:34:12 +09:00
parent 9d5456cfbe
commit 6d78454142
1 changed files with 0 additions and 3 deletions

View File

@ -690,10 +690,7 @@ _efl_ui_textpath_circle_set(Eo *obj, Efl_Ui_Textpath_Data *pd, double x, double
pd->circle.start_angle == start_angle &&
pd->direction == direction &&
_map_point_calc(pd) > 0)
{
ERR("Same circle");
return;
}
pd->circle.x = x;
pd->circle.y = y;
pd->circle.radius = radius;