remove debug
authormarkus <markus@openbsd.org>
Thu, 27 Apr 2000 08:02:19 +0000 (08:02 +0000)
committermarkus <markus@openbsd.org>
Thu, 27 Apr 2000 08:02:19 +0000 (08:02 +0000)
usr.bin/ssh/uuencode.c

index 092d9ba..6268900 100644 (file)
@@ -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';