Skip to content

Commit e8f39de

Browse files
committed
Cleanup debug
1 parent 471ee83 commit e8f39de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/qfieldcloudconnection.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,11 +614,9 @@ void QFieldCloudConnection::setAuthenticationToken( QNetworkRequest &request )
614614
providerDetails.value( "refresh_token_url" ).toString(),
615615
providerDetails.value( "scope" ).toString(),
616616
extraTokens.join( ',' ) ) );
617-
qDebug() << config.config( "oauth2config" );
618617
QgsApplication::instance()->authManager()->storeAuthenticationConfig( config, true );
619618

620619
mProviderConfigId = config.id();
621-
qDebug() << mProviderConfigId;
622620
QSettings().setValue( QStringLiteral( "/QFieldCloud/providerConfigId" ), mProviderConfigId );
623621
emit providerConfigurationChanged();
624622
}

0 commit comments

Comments
 (0)