diff --git a/src/libtomahawk/infosystem/infosystem.cpp b/src/libtomahawk/infosystem/infosystem.cpp index 751b4a263..0a163c9bb 100644 --- a/src/libtomahawk/infosystem/infosystem.cpp +++ b/src/libtomahawk/infosystem/infosystem.cpp @@ -69,8 +69,6 @@ InfoPlugin::openLinkFromHash( const InfoCriteriaHash& hash ) const // Add encoding for spaces, since QUrl does not QUrl encodedLink( link.toString().replace(" ", "%20"), QUrl::StrictMode ); - qDebug() << "encodedLink " << encodedLink.toString(); - return encodedLink; }