removed unnecessary logging output

This commit is contained in:
Volker Fischer 2009-01-01 21:57:02 +00:00
parent df4a20d27d
commit c206f84308

View file

@ -950,10 +950,6 @@ EPutDataStat CChannel::PutData ( const CVector<unsigned char>& vecbyData,
// inform other objects that new connection was established // inform other objects that new connection was established
if ( bNewConnection ) if ( bNewConnection )
{ {
// log new connection
CHostAddress address ( GetAddress() );
qDebug() << CLogTimeDate::toString() + "Connected with IP " + address.InetAddr.toString();
emit NewConnection(); emit NewConnection();
} }
} }