Skip to content

Commit 1d0de60

Browse files
committedSep 5, 2017
Remove generic debug noise
1 parent ff2c109 commit 1d0de60

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
 

‎src/core/qgsmaplayer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,8 +1516,6 @@ QString QgsMapLayer::saveSldStyle( const QString &uri, bool &resultFlag ) const
15161516

15171517
QString QgsMapLayer::loadSldStyle( const QString &uri, bool &resultFlag )
15181518
{
1519-
QgsDebugMsg( "Entered." );
1520-
15211519
resultFlag = false;
15221520

15231521
QDomDocument myDocument;

‎src/core/qgsnetworkreplyparser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ QgsNetworkReplyParser::QgsNetworkReplyParser( QNetworkReply *reply )
2929
: mReply( reply )
3030
, mValid( false )
3131
{
32-
QgsDebugMsg( "Entered." );
3332
if ( !mReply ) return;
3433

3534
// Content type examples:

0 commit comments

Comments
 (0)
Please sign in to comment.