mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
reduce wkb debugging noise (followup 2ea3d77)
This commit is contained in:
parent
bcc8e2a792
commit
c7a0543050
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user