Skip to content

Commit

Permalink
[map themes] avoid projection version debug msg spam by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 20, 2018
1 parent 02b24a6 commit 2d6a828
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/qgsprojectversion.cpp
Expand Up @@ -49,8 +49,7 @@ QgsProjectVersion::QgsProjectVersion( const QString &string )
}
mName = string.section( '-', 1 );

QgsDebugMsg( QString( "Version is set to " ) + text() );

QgsDebugMsgLevel( QString( "Version is set to " ) + text(), 4 );
}

bool QgsProjectVersion::operator==( const QgsProjectVersion &other ) const
Expand Down

0 comments on commit 2d6a828

Please sign in to comment.