Skip to content

Commit

Permalink
Remove unnecessary debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 30, 2017
1 parent 7843d22 commit ba05edc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/symbology/qgsfillsymbollayer.cpp
Expand Up @@ -3434,8 +3434,6 @@ void QgsCentroidFillSymbolLayer::renderPolygon( const QPolygonF &points, QList<Q
}
}

QgsDebugMsg( QString( "num: %1, count: %2" ).arg( context.geometryPartNum() ).arg( context.geometryPartCount() ) );

if ( mPointOnAllParts || ( context.geometryPartNum() == mBiggestPartIndex ) )
{
QPointF centroid = mPointOnSurface ? QgsSymbolLayerUtils::polygonPointOnSurface( points ) : QgsSymbolLayerUtils::polygonCentroid( points );
Expand Down

0 comments on commit ba05edc

Please sign in to comment.