From fb558e51392a4e17c25ef229573cf8c3b2054cd5 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 10 Jun 2017 21:24:11 +0200 Subject: [PATCH] Remove stray debug print --- vdirsyncer/storage/dav.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vdirsyncer/storage/dav.py b/vdirsyncer/storage/dav.py index 3936720..7a3e6ee 100644 --- a/vdirsyncer/storage/dav.py +++ b/vdirsyncer/storage/dav.py @@ -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()