diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-02-16 13:38:19 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-02-16 13:38:19 +0000 |
commit | 8427e5c1868687e4bf5960e3eed3475de806b64e (patch) | |
tree | eb85d728f0a9bb778e35101b27ff059f477a4235 /usr.bin/ssh/channels.c | |
parent | 73e30b17081fc6c93c5b464498b8039303deecdd (diff) |
remove debug
Diffstat (limited to 'usr.bin/ssh/channels.c')
-rw-r--r-- | usr.bin/ssh/channels.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/channels.c b/usr.bin/ssh/channels.c index dfe193a1baa..c9ae4df7000 100644 --- a/usr.bin/ssh/channels.c +++ b/usr.bin/ssh/channels.c @@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: channels.c,v 1.91 2001/02/15 23:19:59 markus Exp $"); +RCSID("$OpenBSD: channels.c,v 1.92 2001/02/16 13:38:18 markus Exp $"); #include <openssl/rsa.h> #include <openssl/dsa.h> @@ -800,7 +800,6 @@ channel_handle_wfd(Channel *c, fd_set * readset, fd_set * writeset) memset(buffer_ptr(&c->output), 0, len); packet_put_string(buffer_ptr(&c->output), len); packet_send(); - debug("channel: %d simulate echo (%d)", c->self, len); } } buffer_consume(&c->output, len); |