emotion/smart: Remove fprintf left after debugging.

SVN revision: 63419
This commit is contained in:
Rafael Antognolli 2011-09-15 19:01:03 +00:00
parent 4f93530ce2
commit f105146913
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}