[CalendarServer-changes] [5753] CalendarServer/branches/new-store/twistedcaldav/static.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 16 09:35:21 PDT 2010


Revision: 5753
          http://trac.macosforge.org/projects/calendarserver/changeset/5753
Author:   glyph at apple.com
Date:     2010-06-16 09:35:17 -0700 (Wed, 16 Jun 2010)
Log Message:
-----------
remove debug quota-calculation prevention

Modified Paths:
--------------
    CalendarServer/branches/new-store/twistedcaldav/static.py

Modified: CalendarServer/branches/new-store/twistedcaldav/static.py
===================================================================
--- CalendarServer/branches/new-store/twistedcaldav/static.py	2010-06-16 07:43:58 UTC (rev 5752)
+++ CalendarServer/branches/new-store/twistedcaldav/static.py	2010-06-16 16:35:17 UTC (rev 5753)
@@ -689,7 +689,6 @@
 
         @return: an L{Deferred} with a C{int} result containing the size of the resource.
         """
-        raise RuntimeError("quotaSize called on %r" % (self,))
         if self.isCollection():
             @inlineCallbacks
             def walktree(top):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100616/8d45b286/attachment.html>


More information about the calendarserver-changes mailing list