win: removed printf in _elm_win_focus_highlight_geometry_get()

Reviewers: seoz

Reviewed By: seoz

Differential Revision: https://phab.enlightenment.org/D516
This commit is contained in:
Amitesh Singh 2014-02-04 22:27:58 +09:00 committed by Daniel Juyung Seo
parent b611e2292f
commit 48dc06e1ba
1 changed files with 0 additions and 1 deletions

View 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;