From 020847f3a2961135954d945d881710fab547d96a Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 28 Aug 2014 21:14:23 +0200 Subject: [PATCH] * Potentially helpful debug output in the future. --- src/libtomahawk/infosystem/InfoSystemWorker.cpp | 1 + 1 file changed, 1 insertion(+) 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;