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:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user