[box] removed printf functions for debug
authorMyungjae Lee <mjae.lee@samsung.com>
Mon, 23 Aug 2010 07:52:18 +0000 (16:52 +0900)
committerMyungjae Lee <mjae.lee@samsung.com>
Mon, 23 Aug 2010 07:52:18 +0000 (16:52 +0900)
src/lib/els_box.c

index b7683fe..6c79fb6 100644 (file)
@@ -265,7 +265,6 @@ _els_box_layout_ex(Evas_Object *o, Evas_Object_Box_Data *priv, int horizontal, i
                                   if (fh) oh = hh;
                                   if ((mxh >= 0) && (mxh < oh)) oh = mxh;
 
-                                  printf( "index(%d), w(%d), ww(%d), cal_w(%d), hh(%d), ow(%d), oh(%d), cur_line_max_h(%d) \n", obj_index+1, w, ww, cal_w, hh, ow, oh, cur_line_max_h );
                                   if ((cal_w + ww) > w)
                                   {
                                           cal_h += cur_line_max_h;