diff src/noffle.c @ 366:fd66260b3479 noffle

[svn] fixed article cancelling (Debian #187068)
author godisch
date Tue, 01 Apr 2003 11:27:45 +0100
parents 1e595c7ec15f
children 21300895412f
line wrap: on
line diff
--- a/src/noffle.c	Sat Mar 29 11:15:36 2003 +0000
+++ b/src/noffle.c	Tue Apr 01 11:27:45 2003 +0100
@@ -10,7 +10,7 @@
   received for some seconds (to allow multiple clients connect at the same
   time).
 
-  $Id: noffle.c 454 2003-02-21 16:02:01Z bears $
+  $Id: noffle.c 505 2003-04-01 10:27:45Z godisch $
 */
 
 #if HAVE_CONFIG_H
@@ -102,7 +102,6 @@
 	break;
 
     case CANCEL_OK:
-	printf( "Message '%s' cancelled.\n", msgId );
 	break;
 
     case CANCEL_NEEDS_MSG: