Fixed Music Widget Disappearance TSAM-5263 82/76182/1
authorbhutani.92 <bhutani.92@samsung.com>
Wed, 22 Jun 2016 12:04:45 +0000 (17:34 +0530)
committerbhutani.92 <bhutani.92@samsung.com>
Thu, 23 Jun 2016 05:56:40 +0000 (11:26 +0530)
Change-Id: I3765180af43be7e42884211496890f9201d255be
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
widget/src/mp-widget-main.c

index 56d5d85..de32d4a 100644 (file)
@@ -134,8 +134,6 @@ int widget_Resize(widget_context_h context, int w, int h, void *data)
 
        evas_object_resize(widget_data->win, w, h);
 
-       DbgPrint("Resized to %dx%d\n", w, h);
-
        return WIDGET_ERROR_NONE;
 }