Remove annoying printf messages when downloading something via ecore.

SVN revision: 40175
This commit is contained in:
Christopher Michael 2009-04-18 17:16:03 +00:00
parent f0612cc992
commit a807d836e6
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ _ecore_main_fd_handlers_cleanup(void)
l = l->next;
if (fdh->delete_me)
{
fprintf(stderr, "Removing fd %d\n", fdh->fd);
// fprintf(stderr, "Removing fd %d\n", fdh->fd);
fd_handlers = (Ecore_Fd_Handler *) eina_inlist_remove(EINA_INLIST_GET(fd_handlers),
EINA_INLIST_GET(fdh));
ECORE_MAGIC_SET(fdh, ECORE_MAGIC_NONE);