[CalendarServer-changes] [11560] CalendarServer/trunk/twistedcaldav/sharing.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 25 15:34:22 PDT 2013


Revision: 11560
          http://trac.calendarserver.org//changeset/11560
Author:   gaya at apple.com
Date:     2013-07-25 15:34:22 -0700 (Thu, 25 Jul 2013)
Log Message:
-----------
remove debug print leftover from last fix

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

Modified: CalendarServer/trunk/twistedcaldav/sharing.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/sharing.py	2013-07-25 20:48:38 UTC (rev 11559)
+++ CalendarServer/trunk/twistedcaldav/sharing.py	2013-07-25 22:34:22 UTC (rev 11560)
@@ -720,8 +720,6 @@
         state = notificationState if notificationState else invitation.status()
         summary = invitation.summary() if displayName is None else displayName
 
-        print("sendInviteNotification:%s userid=%s, state=%s, summary=%s" % (self, userid, state, summary,))
-
         typeAttr = {'shared-type': self.sharedResourceType()}
         xmltype = customxml.InviteNotification(**typeAttr)
         xmldata = customxml.Notification(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130725/7f9b493c/attachment.html>


More information about the calendarserver-changes mailing list