Skip to content

Commit

Permalink
fix: delete print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Oct 24, 2024
2 parents 097c036 + e99cc06 commit 90f5666
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ def setUpClass(cls) -> None:
feature = QgsFeature()
feature.setGeometry(line_geometry)
cls.line_layer.dataProvider().addFeature(feature)
print(line_geometry)


lower_left = QgsPointXY(8.45, 48.85)
upper_right = QgsPointXY(8.46, 48.86)
cls.bbox = QgsRectangle(lower_left, upper_right)
Expand Down

0 comments on commit 90f5666

Please sign in to comment.