From ce3ea1042e7dbd75ba6fd9854d1f86a25ecee659 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Fri, 5 Nov 2004 21:56:08 +0000 Subject: fix --- cpp/src/Ice/ConnectionI.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/Ice/ConnectionI.cpp b/cpp/src/Ice/ConnectionI.cpp index f04b074367f..492bb72c398 100644 --- a/cpp/src/Ice/ConnectionI.cpp +++ b/cpp/src/Ice/ConnectionI.cpp @@ -38,14 +38,6 @@ Ice::ConnectionI::validate() { IceUtil::Monitor::Lock sync(*this); - if(_threadPerConnection->getThreadControl() != IceUtil::ThreadControl()) - { - cout << "_threadPerConnection->getThreadControl() != IceUtil::ThreadControl()" << endl; - } - else - { - cout << "_threadPerConnection->getThreadControl() == IceUtil::ThreadControl()" << endl; - } if(_instance->threadPerConnection() && _threadPerConnection->getThreadControl() != IceUtil::ThreadControl()) { -- cgit v1.2.3