[master] 34afd2c Remove debugging output

Tollef Fog Heen tfheen at varnish-software.com
Thu Jan 30 08:10:04 CET 2014


commit 34afd2cd38970f210f8b0d606b4ac0fba4a5c24b
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Thu Jan 30 08:09:33 2014 +0100

    Remove debugging output
    
    This upsets coverity and doesn't add value, so remove the printf
    line.

diff --git a/bin/varnishtop/varnishtop.c b/bin/varnishtop/varnishtop.c
index fbc8dc8..b5d5c7c 100644
--- a/bin/varnishtop/varnishtop.c
+++ b/bin/varnishtop/varnishtop.c
@@ -271,7 +271,6 @@ do_curses(void *arg)
 			AZ(raise(SIGTSTP));
 			break;
 		case '\003': /* Ctrl-C */
-			printf("got ctrl-C\r\n");
 		case '\021': /* Ctrl-Q */
 		case 'Q':
 		case 'q':



More information about the varnish-commit mailing list