mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08: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 )
|
QString QgsMapLayer::loadSldStyle( const QString &uri, bool &resultFlag )
|
||||||
{
|
{
|
||||||
QgsDebugMsg( "Entered." );
|
|
||||||
|
|
||||||
resultFlag = false;
|
resultFlag = false;
|
||||||
|
|
||||||
QDomDocument myDocument;
|
QDomDocument myDocument;
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user