From c206f843083e981b2789b5fd576c36834e5ccbdf Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Thu, 1 Jan 2009 21:57:02 +0000 Subject: [PATCH] removed unnecessary logging output --- src/channel.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/channel.cpp b/src/channel.cpp index bcd880b0..a431712d 100755 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -950,10 +950,6 @@ EPutDataStat CChannel::PutData ( const CVector& vecbyData, // inform other objects that new connection was established if ( bNewConnection ) { - // log new connection - CHostAddress address ( GetAddress() ); - qDebug() << CLogTimeDate::toString() + "Connected with IP " + address.InetAddr.toString(); - emit NewConnection(); } }