]> andersk Git - openssh.git/blobdiff - channels.c
- OpenBSD CVS updates:
[openssh.git] / channels.c
index b485b50f6ae4c6e543be6871ad807345b89814f0..ebc7dea8a754b59cbc4ed5b11200a71b5834867a 100644 (file)
@@ -932,7 +932,6 @@ channel_output_poll()
                                packet_send();
                                buffer_consume(&c->input, len);
                                c->remote_window -= len;
-                               debug("channel %d: send data len %d", c->self, len);
                        }
                } else if (c->istate == CHAN_INPUT_WAIT_DRAIN) {
                        if (compat13)
This page took 0.228281 seconds and 4 git commands to generate.