diff options
author | lloyd <[email protected]> | 2012-09-09 22:29:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-09-09 22:29:20 +0000 |
commit | da0020cfbf04fa96ac8111c36c4484480823f1c8 (patch) | |
tree | 49af24e6c9077d0fddba1a7dd155d7e379710b36 /doc/examples/tls_client.cpp | |
parent | feb008e1e98f111828060e5b8f199e451a513815 (diff) |
Remove debug output
Diffstat (limited to 'doc/examples/tls_client.cpp')
-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)) |