[CalendarServer-changes] [6329] CalendarServer/branches/users/glyph/more-deferreds-6/txdav/common/ datastore/sql_legacy.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 21 12:24:06 PDT 2010


Revision: 6329
          http://trac.macosforge.org/projects/calendarserver/changeset/6329
Author:   glyph at apple.com
Date:     2010-09-21 12:24:05 -0700 (Tue, 21 Sep 2010)
Log Message:
-----------
remove debug print

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/more-deferreds-6/txdav/common/datastore/sql_legacy.py

Modified: CalendarServer/branches/users/glyph/more-deferreds-6/txdav/common/datastore/sql_legacy.py
===================================================================
--- CalendarServer/branches/users/glyph/more-deferreds-6/txdav/common/datastore/sql_legacy.py	2010-09-21 19:23:03 UTC (rev 6328)
+++ CalendarServer/branches/users/glyph/more-deferreds-6/txdav/common/datastore/sql_legacy.py	2010-09-21 19:24:05 UTC (rev 6329)
@@ -483,9 +483,6 @@
 
 
     def addOrUpdateRecord(self, record):
-#        print '*** SHARING***: Adding or updating this record:'
-#        import pprint
-#        pprint.pprint(record.__dict__)
         # record.hosturl -> /.../__uids__/<uid>/<name>
         splithost = record.hosturl.split('/')
         ownerUID = splithost[3]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100921/52b3efd6/attachment-0001.html>


More information about the calendarserver-changes mailing list