Windows: too much noise in the console with animations
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Sep 2010 18:44:48 +0000 (18:44 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Sep 2010 18:44:48 +0000 (18:44 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52647 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_main.c

index e17d7d4..3d14a47 100644 (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))