[CalendarServer-changes] [13306] CalendarServer/trunk/calendarserver/tools/calverify.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 17 08:55:25 PDT 2014


Revision: 13306
          http://trac.calendarserver.org//changeset/13306
Author:   cdaboo at apple.com
Date:     2014-04-17 08:55:25 -0700 (Thu, 17 Apr 2014)
Log Message:
-----------
Clean-up.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/calverify.py

Modified: CalendarServer/trunk/calendarserver/tools/calverify.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/calverify.py	2014-04-17 15:24:49 UTC (rev 13305)
+++ CalendarServer/trunk/calendarserver/tools/calverify.py	2014-04-17 15:55:25 UTC (rev 13306)
@@ -1242,9 +1242,6 @@
             self.cuaCache[cuaddr] = result
             returnValue(result)
 
-        x = component.resourceUID()
-        if x == "BAD10":
-            x = None
         for subcomponent in component.subcomponents():
             if subcomponent.name() in ignoredComponents:
                 continue
@@ -1319,10 +1316,7 @@
                         else:
                             raise InvalidICalendarDataError("iCalendar ATTENDEE CALENDARSERVER-OLD-CUA not base64")
 
-        if component.resourceUID() == "BAD10":
-            x = "bad"
 
-
     def attendeesWithoutOrganizer(self, component, doFix):
         """
         Look for events with ATTENDEE properties and no ORGANIZER property.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140417/75f0b928/attachment.html>


More information about the calendarserver-changes mailing list