Skip to content

Commit

Permalink
reduce wkb debugging noise (followup 2ea3d77)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 12, 2016
1 parent bcc8e2a commit c7a0543
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/symbology-ng/qgssymbolv2.cpp
Expand Up @@ -159,7 +159,6 @@ QgsConstWkbPtr QgsSymbolV2::_getLineString( QPolygonF& pts, QgsRenderContext& co
QgsConstWkbPtr QgsSymbolV2::_getPolygon( QPolygonF &pts, QList<QPolygonF> &holes, QgsRenderContext &context, QgsConstWkbPtr wkbPtr, bool clipToExtent )
{
QgsWKBTypes::Type wkbType = wkbPtr.readHeader();
QgsDebugMsg( QString( "wkbType=%1" ).arg( wkbType ) );
unsigned int numRings;
wkbPtr >> numRings;

Expand Down

0 comments on commit c7a0543

Please sign in to comment.