Remove generic debug noise

This commit is contained in:
Matthias Kuhn 2017-09-05 11:09:47 +02:00
parent ff2c109d3d
commit 1d0de6028e
No known key found for this signature in database
GPG Key ID: A0E766808764D73F
2 changed files with 0 additions and 3 deletions

View File

@ -1516,8 +1516,6 @@ QString QgsMapLayer::saveSldStyle( const QString &uri, bool &resultFlag ) const
QString QgsMapLayer::loadSldStyle( const QString &uri, bool &resultFlag ) QString QgsMapLayer::loadSldStyle( const QString &uri, bool &resultFlag )
{ {
QgsDebugMsg( "Entered." );
resultFlag = false; resultFlag = false;
QDomDocument myDocument; QDomDocument myDocument;

View File

@ -29,7 +29,6 @@ QgsNetworkReplyParser::QgsNetworkReplyParser( QNetworkReply *reply )
: mReply( reply ) : mReply( reply )
, mValid( false ) , mValid( false )
{ {
QgsDebugMsg( "Entered." );
if ( !mReply ) return; if ( !mReply ) return;
// Content type examples: // Content type examples: