Remove stray debug print

This commit is contained in:
Markus Unterwaditzer 2017-06-10 21:24:11 +02:00
parent fb3641f3c1
commit fb558e5139

View file

@ -46,7 +46,6 @@ def _assert_multistatus_success(r):
try:
root = _parse_xml(r.content)
except InvalidXMLResponse:
print("INVALID RESPONSE")
return
for status in root.findall('.//{DAV:}status'):
parts = status.text.strip().split()