printf - SHUSH! no debug!

This commit is contained in:
Carsten Haitzler 2013-03-19 11:05:43 +09:00
parent d75cb616da
commit 7916fc6a88
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ _sizing_eval(Evas_Object *obj, Elm_Layout_Smart_Data *sd)
}
}
printf("%d %d %d %d\n", minw, minh, wd->w, wd->h);
evas_object_size_hint_min_set(obj, minw, minh);
evas_object_size_hint_max_set(obj, -1, -1);
}