From 9044143746cd867590d255d0dfa2ef26cd71c710 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Wed, 6 Jun 2001 23:19:36 +0000 Subject: remove debug message; Darren.Moffat@eng.sun.com --- usr.bin/ssh/ssh-add.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/ssh/ssh-add.c b/usr.bin/ssh/ssh-add.c index 93a2be17fc5..aba5f3f5b13 100644 --- a/usr.bin/ssh/ssh-add.c +++ b/usr.bin/ssh/ssh-add.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-add.c,v 1.37 2001/05/02 16:41:20 markus Exp $"); +RCSID("$OpenBSD: ssh-add.c,v 1.38 2001/06/06 23:19:35 markus Exp $"); #include @@ -119,7 +119,6 @@ add_file(AuthenticationConnection *ac, const char *filename) if (private == NULL) { /* clear passphrase since it did not work */ clear_pass(); - printf("Need passphrase for %.200s\n", filename); snprintf(msg, sizeof msg, "Enter passphrase for %.200s: ", comment); for (;;) { -- cgit v1.2.3