diff --git a/src/libtomahawk/infosystem/InfoSystemWorker.cpp b/src/libtomahawk/infosystem/InfoSystemWorker.cpp index f80ff68ae..d0c8ee36b 100644 --- a/src/libtomahawk/infosystem/InfoSystemWorker.cpp +++ b/src/libtomahawk/infosystem/InfoSystemWorker.cpp @@ -246,6 +246,7 @@ InfoSystemWorker::getInfo( Tomahawk::InfoSystem::InfoRequestData requestData ) { if ( !ptr ) continue; + // tDebug() << "Dispatching to worker:" << ptr->friendlyName() << requestData.type; foundOne = true;