From: markus Date: Thu, 27 Apr 2000 08:02:19 +0000 (+0000) Subject: remove debug X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ffe6830ed3afba171bc296fa9736b91344f623b2;p=openbsd remove debug --- 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';