Skip to content
Permalink
Browse files
Remove generic debug noise
  • 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.
@@ -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;
@@ -29,7 +29,6 @@ QgsNetworkReplyParser::QgsNetworkReplyParser( QNetworkReply *reply )
: mReply( reply )
, mValid( false )
{
QgsDebugMsg( "Entered." );
if ( !mReply ) return;

// Content type examples:

0 comments on commit 1d0de60

Please sign in to comment.