removed redundant debug output

This commit is contained in:
Andreas Steffen 2010-09-02 22:19:25 +02:00
parent 25de08474b
commit c0071bde73

View File

@ -307,8 +307,6 @@ METHOD(tls_t, build, status_t,
} }
else else
{ {
DBG2(DBG_TLS, "sending %d bytes buffered fragment",
min(*buflen, this->output.len - this->outpos));
if (msglen) if (msglen)
{ {
*msglen = 0; *msglen = 0;