test: remove vestigal print

This commit is contained in:
Benjamin Kirkbride
2020-04-19 21:30:10 -04:00
parent 156597637a
commit 19e8b0025b

View File

@@ -36,8 +36,6 @@ def test_parse_layer(xml, expected, monkeypatch):
result = xml_parser._parse_layer(etree.fromstring(xml))
print(result)
assert result == expected