Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Disable debugging code
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
src/core/pal/feature.cpp
|
@@ -1637,12 +1637,13 @@ std::size_t FeaturePart::createCandidatesForPolygon( std::vector< std::unique_pt |
|
|
return 0; |
|
|
|
|
|
QLinkedList<PointSet *> shapes_final = splitPolygons( mapShape, labelWidth, labelHeight ); |
|
|
#if 0 |
|
|
QgsDebugMsg( QStringLiteral( "PAL split polygons resulted in:" ) ); |
|
|
for ( PointSet *ps : shapes_final ) |
|
|
{ |
|
|
QgsDebugMsg( ps->toWkt() ); |
|
|
} |
|
|
|
|
|
#endif |
|
|
|
|
|
std::size_t nbp = 0; |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.