[CalendarServer-changes] [209] CalendarServer/trunk/twistedcaldav/method/report_common.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 26 17:58:03 PDT 2006


Revision: 209
          http://trac.macosforge.org/projects/collaboration/changeset/209
Author:   wsanchez at apple.com
Date:     2006-09-26 17:58:03 -0700 (Tue, 26 Sep 2006)

Log Message:
-----------
Remove "Can't find property" log line

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/method/report_common.py

Modified: CalendarServer/trunk/twistedcaldav/method/report_common.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/report_common.py	2006-09-26 22:31:54 UTC (rev 208)
+++ CalendarServer/trunk/twistedcaldav/method/report_common.py	2006-09-27 00:58:03 UTC (rev 209)
@@ -253,7 +253,6 @@
                 if status not in properties_by_status: properties_by_status[status] = []
                 properties_by_status[status].append(propertyName(qname))
         else:
-            log.err("Can't find property %r for resource %s" % (qname, request.uri))
             properties_by_status[responsecode.NOT_FOUND].append(propertyName(qname))
     
     yield properties_by_status

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20060926/1f557dc4/attachment.html


More information about the calendarserver-changes mailing list