Turn off debug about in Tidal
This commit is contained in:
@@ -321,7 +321,7 @@ QNetworkReply *TidalService::CreateRequest(const QString &ressource_name, const
|
|||||||
req.setRawHeader("X-Tidal-SessionId", session_id_.toUtf8());
|
req.setRawHeader("X-Tidal-SessionId", session_id_.toUtf8());
|
||||||
QNetworkReply *reply = network_->get(req);
|
QNetworkReply *reply = network_->get(req);
|
||||||
|
|
||||||
qLog(Debug) << "Tidal: Sending request" << url;
|
//qLog(Debug) << "Tidal: Sending request" << url;
|
||||||
|
|
||||||
return reply;
|
return reply;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user