fix: hide LauncherLoginStep tokens for non-Debug builds

This commit is contained in:
Sefa Eyeoglu 2022-04-20 18:33:33 +02:00
parent 5adcc26190
commit b3e1691c01
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -50,7 +50,9 @@ void LauncherLoginStep::onRequestDone(
auto requestor = qobject_cast<AuthRequest *>(QObject::sender());
requestor->deleteLater();
#ifndef NDEBUG
qDebug() << data;
#endif
if (error != QNetworkReply::NoError) {
qWarning() << "Reply error:" << error;
#ifndef NDEBUG