Remove fprintf statement
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Nov 2002 16:56:21 +0000 (16:56 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Nov 2002 16:56:21 +0000 (16:56 +0000)
server/eventl.c

index 2ed53c6..ce38bd8 100644 (file)
@@ -3,7 +3,7 @@
  * See the file LICENSE for details.
  * Sebastian Hammer, Adam Dickmeiss
  *
- * $Id: eventl.c,v 1.33 2002-11-26 13:15:42 adam Exp $
+ * $Id: eventl.c,v 1.34 2002-11-26 16:56:21 adam Exp $
  */
 
 #include <stdio.h>
@@ -62,8 +62,6 @@ int event_loop(IOCHAN *iochans)
 
         if (statserv_must_terminate())
         {
-            fprintf (stderr, "must terminate 1\n");
-
             for (p = *iochans; p; p = p->next)
                 p->force_event = EVENT_TIMEOUT;
         }