Skip to content
Permalink
Browse files
Remove debug output from stdout
  • Loading branch information
elpaso committed Feb 15, 2018
1 parent 6701371 commit e4407c6
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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)

0 comments on commit e4407c6

Please sign in to comment.