menu: Remove extra debug log

See 1f9dfe2ed3
Note that this patch causes problems on some systems...
This commit is contained in:
Jean-Philippe Andre 2016-12-01 15:42:06 +09:00
parent a3276714ee
commit af85217c62
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ _submenu_sizing_eval(Elm_Menu_Item_Data *parent_it)
evas_object_geometry_get(VIEW(parent_it), &x2, &y2, &w2, &h2);
evas_object_geometry_get(parent_it->submenu.bx, &bx, &by, &bw, &bh);
_parent_geometry_get(sd, &px, &py, &pw, &ph);
ERR("elm_menu parent geom %d,%d %dx%d", px, py, pw, ph);
if (sd->menu_bar && !parent_it->parent)
{