[CalendarServer-changes] [1232] CalendarServer/trunk/twistedcaldav/directory/principal.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 21 17:41:55 PST 2007


Revision: 1232
          http://trac.macosforge.org/projects/calendarserver/changeset/1232
Author:   wsanchez at apple.com
Date:     2007-02-21 17:41:54 -0800 (Wed, 21 Feb 2007)

Log Message:
-----------
log

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/principal.py

Modified: CalendarServer/trunk/twistedcaldav/directory/principal.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/principal.py	2007-02-21 22:12:45 UTC (rev 1231)
+++ CalendarServer/trunk/twistedcaldav/directory/principal.py	2007-02-22 01:41:54 UTC (rev 1232)
@@ -91,7 +91,6 @@
     def principalForShortName(self, type, name):
         typeResource = self.getChild(type)
         if typeResource is None:
-            log.err("No directory record type resource %s" % (type,))
             return None
         return typeResource.getChild(name)
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070221/70a95ddb/attachment.html


More information about the calendarserver-changes mailing list