[CalendarServer-changes] [7037] CalendarServer/trunk/contrib/performance/loadtest/ical.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 17 14:18:55 PST 2011


Revision: 7037
          http://trac.macosforge.org/projects/calendarserver/changeset/7037
Author:   exarkun at twistedmatrix.com
Date:     2011-02-17 14:18:51 -0800 (Thu, 17 Feb 2011)
Log Message:
-----------
Remove some useless code

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/ical.py

Modified: CalendarServer/trunk/contrib/performance/loadtest/ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/ical.py	2011-02-17 22:14:50 UTC (rev 7036)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2011-02-17 22:18:51 UTC (rev 7037)
@@ -439,10 +439,6 @@
         pollCalendarHome.start(self.CALENDAR_HOME_POLL_INTERVAL)
 
 
-    def _eventChangeLoop(self):
-        pass
-
-
     @inlineCallbacks
     def run(self):
         """
@@ -452,7 +448,6 @@
         hrefs = principal.getHrefProperties()
 
         self._calendarCheckLoop(hrefs[caldavxml.calendar_home_set].toString())
-        self._eventChangeLoop()
 
         yield Deferred()
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110217/e047aa20/attachment.html>


More information about the calendarserver-changes mailing list