be quiet about the EEK.

SVN revision: 63921
This commit is contained in:
Carsten Haitzler 2011-10-08 05:33:47 +00:00
parent 6fd17b839d
commit 2f674f7059
1 changed files with 4 additions and 4 deletions

View File

@ -45,14 +45,14 @@ _evas_gl_image_cache_trim(Evas_Engine_GL_Context *gc)
}
if ((gc->shared->images_size > size) && (l))
{
printf("EEK %i > %i, no 0 ref imgs\n",
gc->shared->images_size, size);
// printf("EEK %i > %i, no 0 ref imgs\n",
// gc->shared->images_size, size);
break;
}
if (!gc->shared->images)
{
printf("EEK %i > %i, no imgs\n",
gc->shared->images_size, size);
// printf("EEK %i > %i, no imgs\n",
// gc->shared->images_size, size);
break;
}
}