Skip to content

Commit

Permalink
Remove redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmapper committed Sep 28, 2021
1 parent 41f0918 commit 8e48ac5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/services/landingpage/qgslandingpageutils.cpp
Expand Up @@ -294,8 +294,6 @@ json QgsLandingPageUtils::projectInfo( const QString &projectUri, const QgsServe
QString title { p->metadata().title() };
if ( title.isEmpty() )
title = QgsServerProjectUtils::owsServiceTitle( *p );
if ( title.isEmpty() )
title = p->title();
if ( title.isEmpty() )
title = p->baseName();
info["title"] = title.toStdString();
Expand Down

0 comments on commit 8e48ac5

Please sign in to comment.