[CalendarServer-changes] [6145] CalendarServer/trunk/txcaldav/calendarstore/postgres.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 19 23:22:40 PDT 2010


Revision: 6145
          http://trac.macosforge.org/projects/calendarserver/changeset/6145
Author:   glyph at apple.com
Date:     2010-08-19 23:22:37 -0700 (Thu, 19 Aug 2010)
Log Message:
-----------
remove debug prints

Modified Paths:
--------------
    CalendarServer/trunk/txcaldav/calendarstore/postgres.py

Modified: CalendarServer/trunk/txcaldav/calendarstore/postgres.py
===================================================================
--- CalendarServer/trunk/txcaldav/calendarstore/postgres.py	2010-08-20 01:06:06 UTC (rev 6144)
+++ CalendarServer/trunk/txcaldav/calendarstore/postgres.py	2010-08-20 06:22:37 UTC (rev 6145)
@@ -779,7 +779,6 @@
                 _BIND_MODE_WRITE: "read-write"
             }[bindMode]
             principalURL = "/principals/__uids__/%s/" % (ownerUID,)
-            print 'I am generating a principal URL that looks like this: %r from an ownerUID of this: %r' % (principalURL, ownerUID)
             yield Invite(
                 inviteuid, userid, principalURL, common_name,
                 access, state, summary
@@ -816,7 +815,6 @@
         # principalURL is derived from a directory record's principalURL() so
         # it will always contain the UID.
         principalUID = record.principalURL.split("/")[-2]
-        print 'I am computing a principal UID which looks like this: %r from a principal URL that looks like this: %r' % (principalUID, record.principalURL)
         shareeHome = self._txn.calendarHomeWithUID(principalUID, create=True)
         rows = self._txn.execSQL(
             "select RESOURCE_ID, HOME_RESOURCE_ID from INVITE where SENDER_ADDRESS = %s",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100819/5098c1c9/attachment.html>


More information about the calendarserver-changes mailing list