From 2e63f0f59d90d2c17581c62c6fa4e626252e1556 Mon Sep 17 00:00:00 2001 From: antognolli Date: Thu, 15 Sep 2011 19:01:03 +0000 Subject: [PATCH] emotion/smart: Remove fprintf left after debugging. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@63419 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/emotion_smart.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/emotion_smart.c b/src/lib/emotion_smart.c index cde9351..8205af5 100644 --- a/src/lib/emotion_smart.c +++ b/src/lib/emotion_smart.c @@ -1885,7 +1885,6 @@ _smart_resize(Evas_Object * obj, Evas_Coord w, Evas_Coord h) int vid_w, vid_h; sd->module->video_data_size_get(sd->video, &vid_w, &vid_h); - fprintf(stderr, "smart resize: %dx%d\n", w, h); _emotion_object_aspect_border_apply(obj, sd, w, h); evas_object_resize(sd->bg, w, h); } -- 2.7.4