mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-17 11:10:31 +01:00
Remove debugging
This commit is contained in:
parent
35f448c34f
commit
65615495d9
@ -336,7 +336,7 @@ QNetworkReply *TidalService::CreateRequest(const QString &ressource_name, const
|
||||
req.setRawHeader("X-Tidal-SessionId", session_id_.toUtf8());
|
||||
QNetworkReply *reply = network_->get(req);
|
||||
|
||||
qLog(Debug) << "Tidal: Sending request" << url;
|
||||
//qLog(Debug) << "Tidal: Sending request" << url;
|
||||
|
||||
return reply;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user