diff options
author | 2001-11-10 13:37:20 +0000 | |
---|---|---|
committer | 2001-11-10 13:37:20 +0000 | |
commit | af059cc4140f43c80b125049d93247c70e4bc69e (patch) | |
tree | e0c0b6240e527357459ac380472eacf4effd19e8 | |
parent | KNF (unexpand) (diff) | |
download | wireguard-openbsd-af059cc4140f43c80b125049d93247c70e4bc69e.tar.xz wireguard-openbsd-af059cc4140f43c80b125049d93247c70e4bc69e.zip |
remove extra debug()
-rw-r--r-- | usr.bin/ssh/packet.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/packet.c b/usr.bin/ssh/packet.c index 21938bc4145..ef4cffa68dc 100644 --- a/usr.bin/ssh/packet.c +++ b/usr.bin/ssh/packet.c @@ -37,7 +37,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: packet.c,v 1.71 2001/11/07 16:03:17 markus Exp $"); +RCSID("$OpenBSD: packet.c,v 1.72 2001/11/10 13:37:20 markus Exp $"); #include "xmalloc.h" #include "buffer.h" @@ -1122,7 +1122,6 @@ packet_write_poll() else fatal("Write failed: %.100s", strerror(errno)); } -debug("packet_write_poll: sent %d bytes", len); buffer_consume(&output, len); } } |