Skip to content

Commit

Permalink
Remove qDebug() crumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 4, 2025
1 parent 4148617 commit 0ab979a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/webdavconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ void WebdavConnection::checkStoredPassword()
QgsAuthMethodConfigsMap configs = authManager->availableAuthMethodConfigs();
for ( QgsAuthMethodConfig &config : configs )
{
qDebug() << config.name();
qDebug() << config.uri();
if ( config.uri() == mUrl )
{
authManager->loadAuthenticationConfig( config.id(), config, true );
Expand Down

0 comments on commit 0ab979a

Please sign in to comment.