Do not log auth crud
This commit is contained in:
parent
382e4fe6b3
commit
0af6f96c3d
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ bool RefreshTask::processResponse(QJsonObject responseData)
|
|||
// profile.
|
||||
QLOG_DEBUG() << "Processing authentication response.";
|
||||
|
||||
QLOG_DEBUG() << responseData;
|
||||
// QLOG_DEBUG() << responseData;
|
||||
// If we already have a client token, make sure the one the server gave us matches our
|
||||
// existing one.
|
||||
QString clientToken = responseData.value("clientToken").toString("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue