X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/39e70dec76acc4f638f7a209dcd8b4d40feba8f0..b5afdff53b51d529e596da3b4c2aa5ee14cc8b08:/openssh/roaming_common.c diff --git a/openssh/roaming_common.c b/openssh/roaming_common.c index 73db09d..be7b98c 100644 --- a/openssh/roaming_common.c +++ b/openssh/roaming_common.c @@ -145,8 +145,6 @@ roaming_write(int fd, const void *buf, size_t count, int *cont) if (out_buf_size > 0) buf_append(buf, ret); } - debug3("Wrote %ld bytes for a total of %llu", (long)ret, - (unsigned long long)write_bytes); return ret; }