Skip to content

Commit

Permalink
Remove debug output from stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Feb 15, 2018
1 parent 6701371 commit e4407c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_qgsserver.py
Expand Up @@ -400,7 +400,6 @@ def test_wcs_getcapabilities_url(self):
item_found = False
for item in str(r).split("\\n"):
if "OnlineResource" in item:
print("OnlineResource: ", item)
self.assertEqual("\"my_wcs_advertised_url" in item, True)
item_found = True
self.assertTrue(item_found)
Expand Down

0 comments on commit e4407c6

Please sign in to comment.