]> err.no Git - moreutils/commitdiff
remove debug
authorBrock Noland <brockn@gmail.com>
Fri, 11 Apr 2008 19:22:39 +0000 (14:22 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 11 Apr 2008 19:46:46 +0000 (15:46 -0400)
Signed-off-by: Brock Noland <brockn@gmail.com>
sponge.c

index b452312370eea6b3e9e5416c780a27477d488cf2..fc592e62bf40c985ffad9cb212cddc29e428bcb8 100644 (file)
--- a/sponge.c
+++ b/sponge.c
@@ -86,7 +86,6 @@ static void onexit_cleanup (void) {
 }
 
 static void sighandler (int sig) {
-    printf("caught sig %d\n", sig);
        if (! SA_NOCLDSTOP)
                signal(sig, SIG_IGN);