removed unnecessary logging output
This commit is contained in:
parent
df4a20d27d
commit
c206f84308
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue