Skip to content

Commit e4407c6

Browse files
committed
Remove debug output from stdout
1 parent 6701371 commit e4407c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/src/python/test_qgsserver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ def test_wcs_getcapabilities_url(self):
400400
item_found = False
401401
for item in str(r).split("\\n"):
402402
if "OnlineResource" in item:
403-
print("OnlineResource: ", item)
404403
self.assertEqual("\"my_wcs_advertised_url" in item, True)
405404
item_found = True
406405
self.assertTrue(item_found)

0 commit comments

Comments
 (0)