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(); } }