[CalendarServer-changes] [2391] CalendarServer/branches/propfind-cache-2/twistedcaldav/cache.py

source_changes at macosforge.org source_changes at macosforge.org
Wed May 7 15:43:16 PDT 2008


Revision: 2391
          http://trac.macosforge.org/projects/calendarserver/changeset/2391
Author:   dreid at apple.com
Date:     2008-05-07 15:43:16 -0700 (Wed, 07 May 2008)

Log Message:
-----------
Remove some debug prints.

Modified Paths:
--------------
    CalendarServer/branches/propfind-cache-2/twistedcaldav/cache.py

Modified: CalendarServer/branches/propfind-cache-2/twistedcaldav/cache.py
===================================================================
--- CalendarServer/branches/propfind-cache-2/twistedcaldav/cache.py	2008-05-07 22:39:15 UTC (rev 2390)
+++ CalendarServer/branches/propfind-cache-2/twistedcaldav/cache.py	2008-05-07 22:43:16 UTC (rev 2391)
@@ -139,13 +139,13 @@
                    request.headers.getHeader('depth'),
                    hash(requestBody))
 
-            print "Looking in cache for:"
-            import pprint; pprint.pprint(key)
+#             print "Looking in cache for:"
+#             import pprint; pprint.pprint(key)
 
             request.cacheKey = key
 
             if key not in self._responses:
-                pprint.pprint(self._responses.keys())
+#                 pprint.pprint(self._responses.keys())
                 return None
 
             principalToken, uriToken, cacheTime, response = self._responses[key]
@@ -208,7 +208,7 @@
                                                    response.headers,
                                                    responseBody))
 
-            print self._responses.keys()
+#             print self._responses.keys()
 
             response.stream = MemoryStream(responseBody)
             return response

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080507/951e5260/attachment.html


More information about the calendarserver-changes mailing list