Skip to content

Commit

Permalink
Remove generic debug noise
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 5, 2017
1 parent ff2c109 commit 1d0de60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/core/qgsmaplayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1516,8 +1516,6 @@ QString QgsMapLayer::saveSldStyle( const QString &uri, bool &resultFlag ) const

QString QgsMapLayer::loadSldStyle( const QString &uri, bool &resultFlag )
{
QgsDebugMsg( "Entered." );

resultFlag = false;

QDomDocument myDocument;
Expand Down
1 change: 0 additions & 1 deletion src/core/qgsnetworkreplyparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ QgsNetworkReplyParser::QgsNetworkReplyParser( QNetworkReply *reply )
: mReply( reply )
, mValid( false )
{
QgsDebugMsg( "Entered." );
if ( !mReply ) return;

// Content type examples:
Expand Down

0 comments on commit 1d0de60

Please sign in to comment.