summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/IceSSL/TransceiverI.cpp6
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)