Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Aug 27, 2020
1 parent f1e9c7e commit d7b1287
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/services/landingpage/qgslandingpageutils.cpp
Expand Up @@ -55,7 +55,6 @@ QMap<QString, QString> QgsLandingPageUtils::projects( const QgsServerSettings &s


const QString projectDir { settings.projectsDirectories() };
QgsMessageLog::logMessage( QStringLiteral( "PROJECTS: %1" ).arg( projectDir ), QStringLiteral( "Landing Page" ), Qgis::MessageLevel::Info );

// Clear cache if QGIS_SERVER_PROJECTS_DIRECTORIES has changed
if ( projectDir != QGIS_SERVER_PROJECTS_DIRECTORIES )
Expand All @@ -67,7 +66,6 @@ QMap<QString, QString> QgsLandingPageUtils::projects( const QgsServerSettings &s
}

const QString pgConnections { settings.projectsPgConnections() };
QgsMessageLog::logMessage( QStringLiteral( "PGONNECTIONS: %1" ).arg( pgConnections ), QStringLiteral( "Landing Page" ), Qgis::MessageLevel::Info );

// Clear cache if QGIS_SERVER_PROJECTS_PG_CONNECTIONS has changed
if ( pgConnections != QGIS_SERVER_PROJECTS_PG_CONNECTIONS )
Expand Down

0 comments on commit d7b1287

Please sign in to comment.