Remove noisy printf.
authorChris Michael <cp.michael@samsung.com>
Tue, 16 Apr 2013 10:49:51 +0000 (11:49 +0100)
committerChris Michael <cp.michael@samsung.com>
Tue, 16 Apr 2013 11:56:12 +0000 (12:56 +0100)
Remove useless object_move call.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/wl_desktop_shell/e_mod_main.c

index 10c57c4..792f9d1 100644 (file)
@@ -1041,10 +1041,6 @@ _e_wl_shell_shell_surface_cb_ee_resize(Ecore_Evas *ee)
         /* grab the requested geometry */
         ecore_evas_request_geometry_get(ee, NULL, NULL, &w, &h);
 
-        printf("EE Resize: %d %d\n", w, h);
-
-        evas_object_move(ews->obj, 0, 0);
-
         /* resize the surface smart object */
         evas_object_resize(ews->obj, w, h);
      }