mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Remove stray debug print
This commit is contained in:
parent
fb3641f3c1
commit
fb558e5139
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue