Merge pull request #475 from Scrumplex/fix-hide-all-tokens
Hide all tokens for non-Debug builds for log and logfiles
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user