Skip to content

Commit df1721f

Browse files
committed
And remove print
1 parent 0a2cea9 commit df1721f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_geom.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,4 @@ def testSubLine(self):
230230
def testRandomPoints(self):
231231
polygon = geom.buffer(geom.Point(1153461.34, 649950.30), 100)
232232
pts = geom.randomPoints(polygon, 10)
233-
print(str(pts))
234233
assert pts.getNumGeometries() == 10

0 commit comments

Comments
 (0)