elementary: Remove debug comment
authorChris Michael <cp.michael@samsung.com>
Tue, 21 Jul 2015 13:55:14 +0000 (09:55 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 21 Jul 2015 14:24:57 +0000 (10:24 -0400)
Summary: No real functional changes, just removing a debug printout

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/elm_win.c

index 4c99337..eeb45d2 100644 (file)
@@ -1242,7 +1242,6 @@ _elm_win_opaque_update(Elm_Win_Data *sd)
 
    edje_object_part_geometry_get(sd->frame_obj, "elm.spacer.opaque",
                                  &ox, &oy, &ow, &oh);
-   DBG("Opaque: %d %d %d %d", ox, oy, ow, oh);
    ecore_wl_window_opaque_region_set(sd->wl.win, ox, oy, ow - 50, oh);//ow - ox, oh - oy);
 }
 #endif