diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceSSL/TransceiverI.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/IceSSL/TransceiverI.cpp b/cpp/src/IceSSL/TransceiverI.cpp index aab359a99e1..7f51ac52c76 100644 --- a/cpp/src/IceSSL/TransceiverI.cpp +++ b/cpp/src/IceSSL/TransceiverI.cpp @@ -395,12 +395,6 @@ IceSSL::TransceiverI::initialize(int timeout) { if(_incoming) { - if(_instance->networkTraceLevel() >= 2) - { - Trace out(_logger, _instance->networkTraceCategory()); - out << "trying to validate incoming ssl connection\n" << IceInternal::fdToString(_fd); - } - // TODO: The timeout is 0 when called by the thread pool. // Make this configurable? if(timeout == 0) |