From ffe6830ed3afba171bc296fa9736b91344f623b2 Mon Sep 17 00:00:00 2001 From: markus Date: Thu, 27 Apr 2000 08:02:19 +0000 Subject: [PATCH] remove debug --- usr.bin/ssh/uuencode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/ssh/uuencode.c b/usr.bin/ssh/uuencode.c index 092d9ba63c2..62689005090 100644 --- a/usr.bin/ssh/uuencode.c +++ b/usr.bin/ssh/uuencode.c @@ -41,7 +41,6 @@ uuencode(unsigned char *bufin, unsigned int nbytes, char *bufcoded) outptr[-1] = '='; outptr[-2] = '='; } else if (i == nbytes) { - debug("uuencode: i == nbytes"); *(outptr++) = '='; } *outptr = '\0'; -- 2.20.1