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