[CalendarServer-changes] [8871] CalendarServer/trunk/calendarserver/tools/shell/vfs.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 14 16:09:07 PDT 2012


Revision: 8871
          http://trac.macosforge.org/projects/calendarserver/changeset/8871
Author:   wsanchez at apple.com
Date:     2012-03-14 16:09:07 -0700 (Wed, 14 Mar 2012)
Log Message:
-----------
Remove prints

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/shell/vfs.py

Modified: CalendarServer/trunk/calendarserver/tools/shell/vfs.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell/vfs.py	2012-03-14 22:45:37 UTC (rev 8870)
+++ CalendarServer/trunk/calendarserver/tools/shell/vfs.py	2012-03-14 23:09:07 UTC (rev 8871)
@@ -382,11 +382,9 @@
             rows = []
             proxyInfoSeen = set()
             for record in meAndMyGroups():
-                print "Record:", record
                 proxyUIDs = (yield ProxyDBService.getMemberships(record.uid))
 
                 for proxyUID in proxyUIDs:
-                    # print proxyUID
                     # These are of the form: F153A05B-FF27-4B6C-BD6D-D1239D0082B0#calendar-proxy-read
                     # I don't know how to get DirectoryRecord objects for the proxyUID here, so, let's cheat for now.
                     proxyUID, proxyType = proxyUID.split("#")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120314/c1156726/attachment-0001.html>


More information about the calendarserver-changes mailing list