[CalendarServer-changes] [2419] CalendarServer/trunk/twistedcaldav/cache.py

source_changes at macosforge.org source_changes at macosforge.org
Wed May 14 12:44:17 PDT 2008


Revision: 2419
          http://trac.macosforge.org/projects/calendarserver/changeset/2419
Author:   dreid at apple.com
Date:     2008-05-14 12:44:16 -0700 (Wed, 14 May 2008)

Log Message:
-----------
Don't print the list of all keys in the cache.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/cache.py

Modified: CalendarServer/trunk/twistedcaldav/cache.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/cache.py	2008-05-14 18:25:14 UTC (rev 2418)
+++ CalendarServer/trunk/twistedcaldav/cache.py	2008-05-14 19:44:16 UTC (rev 2419)
@@ -152,8 +152,6 @@
 
             if key not in self._responses:
                 self.log_debug("Not in cache: %r" % (key,))
-                self.log_debug("  Cache Keys: %r" % (
-                        self._responses.keys(),))
                 return None
 
             principalToken, uriToken, accessTime, response = self._responses[key]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080514/84ae5fc6/attachment.html


More information about the calendarserver-changes mailing list