Skip to content

Commit

Permalink
remove qDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec authored and nyalldawson committed Apr 17, 2021
1 parent 58b78f3 commit fc40b4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/app/testqgsmaptoolcircularstring.cpp
Expand Up @@ -218,8 +218,6 @@ void TestQgsMapToolCircularString::testAddCircularStringAfterClassicDigitizing()
QCOMPARE( mLayer->featureCount(), ( long )1 );
QgsFeature f = mLayer->getFeature( newFid );

qDebug() << f.geometry().asWkt();

QString wkt = "CompoundCurveZ ((2 1 333, 2 0 333),(2 0 333, 0 0 333),CircularStringZ (0 0 333, 1 1 333, 0 2 333),(0 2 333, 2 2 333),(2 2 333, 4 2 333))";
QCOMPARE( f.geometry().asWkt(), wkt );

Expand Down

0 comments on commit fc40b4d

Please sign in to comment.