1 less printf too :)

SVN revision: 10343
This commit is contained in:
Carsten Haitzler 2004-05-24 08:17:46 +00:00
parent fc8092a048
commit a020e4acea
1 changed files with 0 additions and 1 deletions

View File

@ -380,7 +380,6 @@ _edje_part_recalc_single(Edje *ed,
aspect = (double)params->w / (double)params->h;
if (desc->aspect.prefer == EDJE_ASPECT_PREFER_NONE) /* keep both dimensions in check */
{
printf("%s: neither\n", ep->part->name);
/* adjust for max aspect (width / height) */
if ((desc->aspect.max > 0.0) && (aspect > desc->aspect.max))
{