summaryrefslogtreecommitdiff
path: root/sponge.c
diff options
context:
space:
mode:
Diffstat (limited to 'sponge.c')
-rw-r--r--sponge.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sponge.c b/sponge.c
index b452312..fc592e6 100644
--- 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);