Windows: too much noise in the console with animations

SVN revision: 52647
This commit is contained in:
Vincent Torri 2010-09-23 18:44:48 +00:00
parent b306683fec
commit 02ffe4765c
1 changed files with 1 additions and 1 deletions

View File

@ -1375,7 +1375,7 @@ _ecore_main_win32_select(int nfds __UNUSED__, fd_set *readfds, fd_set *writefds,
}
else if (result == WAIT_TIMEOUT)
{
ERR("time out\n");
/* ERR("time out\n"); */
res = 0;
}
else if (result == (WAIT_OBJECT_0 + objects_nbr))