efl_ui_textpath: remove err log in none error case.
authorHermet Park <hermetpark@gmail.com>
Tue, 7 May 2019 08:34:12 +0000 (17:34 +0900)
committerHermet Park <hermetpark@gmail.com>
Wed, 8 May 2019 04:34:50 +0000 (13:34 +0900)
src/lib/elementary/efl_ui_textpath.c

index 679a68a..2e4eff5 100644 (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;