Remove useless output.

SVN revision: 35346
This commit is contained in:
Cedric BAIL 2008-08-06 15:38:19 +00:00
parent 0300d7019f
commit 75f134cb18
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@ struct _Eina_Lazy_Allocator_Test
static Eina_Bool
_test_alloc(Eina_Lazy_Allocator_Test *elat, int num)
{
fprintf(stderr, "%i %i\n", elat->num, num);
if (elat->num == 10 && num == 1) return EINA_FALSE;
if (elat->num == 122 && num == 128) return EINA_FALSE;