1
0
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:
Leo Franchi
2011-04-10 21:04:18 -04:00
parent 41c553fac7
commit 5235cc9093

View File

@@ -206,9 +206,7 @@ AudioEngine::loadTrack( const Tomahawk::result_ptr& result )
else
{
setCurrentTrack( result );
qDebug() << "Getting IODEVICE, on thread:" << QThread::currentThread() << QThread::currentThreadId();
io = Servent::instance()->getIODeviceForUrl( m_currentTrack );
qDebug() << "GOT IODEVICE:" << io.data();
if ( m_currentTrack->url().startsWith( "http://" ) )
{
m_readReady = false;