mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 00:24:12 +02:00
less debug
This commit is contained in:
@@ -206,9 +206,7 @@ AudioEngine::loadTrack( const Tomahawk::result_ptr& result )
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
setCurrentTrack( result );
|
setCurrentTrack( result );
|
||||||
qDebug() << "Getting IODEVICE, on thread:" << QThread::currentThread() << QThread::currentThreadId();
|
|
||||||
io = Servent::instance()->getIODeviceForUrl( m_currentTrack );
|
io = Servent::instance()->getIODeviceForUrl( m_currentTrack );
|
||||||
qDebug() << "GOT IODEVICE:" << io.data();
|
|
||||||
if ( m_currentTrack->url().startsWith( "http://" ) )
|
if ( m_currentTrack->url().startsWith( "http://" ) )
|
||||||
{
|
{
|
||||||
m_readReady = false;
|
m_readReady = false;
|
||||||
|
Reference in New Issue
Block a user