mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
remove temporary debug statements
This commit is contained in:
parent
1cfd3fd95b
commit
ff02d17619
1 changed files with 0 additions and 2 deletions
|
@ -718,7 +718,6 @@ class Collection(BaseCollection):
|
|||
break
|
||||
return collection.serialize()
|
||||
elif self.get_meta("tag") == "VADDRESSBOOK":
|
||||
self.logger.debug("Try to serialize VADDRESSBOOK")
|
||||
items_ok = []
|
||||
result = ""
|
||||
for item in items:
|
||||
|
@ -728,7 +727,6 @@ class Collection(BaseCollection):
|
|||
except:
|
||||
self.logger.exception("VCARD broken (skip): %s", item)
|
||||
result = "".join([item.serialize() for item in items_ok])
|
||||
self.logger.debug("Try to return VADDRESSBOOK")
|
||||
return result
|
||||
return ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue