Removed two debugging messages

This commit is contained in:
Pierre Pronchery 2007-10-10 00:17:01 +00:00
parent 4c8801ae97
commit 60f44beeef

View File

@ -160,9 +160,6 @@ static void _loop_timeout(Event * event)
unsigned int i = 0;
EventTimeout * et;
#ifdef DEBUG
fprintf(stderr, "%s", "_loop_timeout()\n");
#endif
if(gettimeofday(&now, NULL) != 0)
#ifdef DEBUG
return perror("gettimeofday");
@ -232,9 +229,6 @@ static void _loop_io(Event * event, eventioArray * eios, fd_set * fds)
EventIO * eio;
int fd;
#ifdef DEBUG
fprintf(stderr, "%s", "_loop_io()\n");
#endif
while(i < array_count(eios))
{
array_get_copy(eios, i, &eio);