1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +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 void
ControlConnection::onPingTimer() ControlConnection::onPingTimer()
{ {
qDebug() << Q_FUNC_INFO;
if ( m_pingtimer_mark.elapsed() >= TCP_TIMEOUT * 1000 ) if ( m_pingtimer_mark.elapsed() >= TCP_TIMEOUT * 1000 )
{ {
shutdown( false ); shutdown( false );