diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/tls_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/tls_client.cpp b/doc/examples/tls_client.cpp index fe5c01577..281ea4dd0 100644 --- a/doc/examples/tls_client.cpp +++ b/doc/examples/tls_client.cpp @@ -202,7 +202,7 @@ int main(int argc, char* argv[]) continue; } - std::cout << "Socket - got " << got << " bytes\n"; + //std::cout << "Socket - got " << got << " bytes\n"; client.received_data(buf, got); } else if(FD_ISSET(STDIN_FILENO, &readfds)) |