win: removed printf in _elm_win_focus_highlight_geometry_get()
authorAmitesh Singh <amitesh.sh@samsung.com>
Tue, 4 Feb 2014 13:27:58 +0000 (22:27 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 4 Feb 2014 13:27:59 +0000 (22:27 +0900)
Reviewers: seoz

Reviewed By: seoz

Differential Revision: https://phab.enlightenment.org/D516

src/lib/elm_win.c

index 27baea5..bdd9fc8 100644 (file)
@@ -698,7 +698,6 @@ _elm_win_focus_highlight_geometry_get(Evas_Object *target, Evas_Coord *x, Evas_C
      }
    else if (wd->resize_obj && eo_isa(wd->resize_obj, ELM_OBJ_LAYOUT_CLASS))
      {
-        printf("inside layout\n");
         edje_obj = elm_layout_edje_get(wd->resize_obj);
         if (!(target_hl_part = elm_layout_data_get(wd->resize_obj, "focus_part")))
           return;