1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

* Remove a debug output.

This commit is contained in:
Christian Muehlhaeuser
2010-11-25 06:09:10 +01:00
parent 245b3b6951
commit 520fdceda2

View File

@@ -231,8 +231,6 @@ ControlConnection::handleMsg( msg_ptr msg )
void
ControlConnection::onPingTimer()
{
qDebug() << Q_FUNC_INFO;
if ( m_pingtimer_mark.elapsed() >= TCP_TIMEOUT * 1000 )
{
shutdown( false );