Skip to content

Commit

Permalink
Remove some debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 2, 2018
1 parent 76190d5 commit 6bce521
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/core/symbology/qgsfillsymbollayer.cpp
Expand Up @@ -364,8 +364,6 @@ QString QgsSimpleFillSymbolLayer::ogrFeatureStyle( double mmScaleFactor, double

QgsSymbolLayer *QgsSimpleFillSymbolLayer::createFromSld( QDomElement &element )
{
QgsDebugMsg( "Entered." );

QColor color, strokeColor;
Qt::BrushStyle fillStyle;
Qt::PenStyle strokeStyle;
Expand Down Expand Up @@ -2099,8 +2097,6 @@ void QgsSVGFillSymbolLayer::toSld( QDomDocument &doc, QDomElement &element, cons

QgsSymbolLayer *QgsSVGFillSymbolLayer::createFromSld( QDomElement &element )
{
QgsDebugMsg( "Entered." );

QString path, mimeType;
QColor fillColor, strokeColor;
Qt::PenStyle penStyle;
Expand Down Expand Up @@ -2900,8 +2896,6 @@ void QgsLinePatternFillSymbolLayer::applyDataDefinedSettings( QgsSymbolRenderCon

QgsSymbolLayer *QgsLinePatternFillSymbolLayer::createFromSld( QDomElement &element )
{
QgsDebugMsg( "Entered." );

QString name;
QColor fillColor, lineColor;
double size, lineWidth;
Expand Down Expand Up @@ -3475,8 +3469,6 @@ void QgsCentroidFillSymbolLayer::toSld( QDomDocument &doc, QDomElement &element,

QgsSymbolLayer *QgsCentroidFillSymbolLayer::createFromSld( QDomElement &element )
{
QgsDebugMsg( "Entered." );

QgsSymbolLayer *l = QgsSymbolLayerUtils::createMarkerLayerFromSld( element );
if ( !l )
return nullptr;
Expand Down

0 comments on commit 6bce521

Please sign in to comment.