hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6d78454142d371520f850f69782c690f9fbc735b
commit 6d78454142d371520f850f69782c690f9fbc735b Author: Hermet Park <[email protected]> Date: Tue May 7 17:34:12 2019 +0900 efl_ui_textpath: remove err log in none error case. --- src/lib/elementary/efl_ui_textpath.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/elementary/efl_ui_textpath.c b/src/lib/elementary/efl_ui_textpath.c index 679a68a38a..2e4eff536f 100644 --- a/src/lib/elementary/efl_ui_textpath.c +++ b/src/lib/elementary/efl_ui_textpath.c @@ -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; --
