mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-19 00:04:52 -04:00
Remove generic debug noise
This commit is contained in:
parent
ff2c109d3d
commit
1d0de6028e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user