diff --git a/src/libtomahawk-playdarapi/Api_v1.cpp b/src/libtomahawk-playdarapi/Api_v1.cpp index a9f598625..55cbf4417 100644 --- a/src/libtomahawk-playdarapi/Api_v1.cpp +++ b/src/libtomahawk-playdarapi/Api_v1.cpp @@ -173,8 +173,6 @@ Api_v1::auth_2( QxtWebRequestEvent* event, QString arg ) void Api_v1::api( QxtWebRequestEvent* event, const QString& version, const QString& method, const QString& arg1, const QString& arg2, const QString& arg3 ) { - tDebug( LOGVERBOSE ) << "HTTP" << event->url.toString(); - if ( version.isEmpty() ) { // We dealing with API 1.0 diff --git a/src/libtomahawk-playdarapi/Api_v1_5.cpp b/src/libtomahawk-playdarapi/Api_v1_5.cpp index ec55661b2..0fec15d61 100644 --- a/src/libtomahawk-playdarapi/Api_v1_5.cpp +++ b/src/libtomahawk-playdarapi/Api_v1_5.cpp @@ -135,7 +135,7 @@ Api_v1_5::jsonReply( QxtWebRequestEvent* event, const char* funcInfo, const QStr { if ( isError ) { - tLog( LOGVERBOSE ) << funcInfo << errorMessage; + tLog() << funcInfo << errorMessage; m_service->sendJsonError( event, errorMessage ); } else