[CalendarServer-changes] [8708] CalendarServer/branches/users/glyph/migrate-merge

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 16 04:29:26 PST 2012


Revision: 8708
          http://trac.macosforge.org/projects/calendarserver/changeset/8708
Author:   glyph at apple.com
Date:     2012-02-16 04:29:26 -0800 (Thu, 16 Feb 2012)
Log Message:
-----------
remove debug prints

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/migrate-merge/calendarserver/tools/upgrade.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/migrate-merge/

Modified: CalendarServer/branches/users/glyph/migrate-merge/calendarserver/tools/upgrade.py
===================================================================
--- CalendarServer/branches/users/glyph/migrate-merge/calendarserver/tools/upgrade.py	2012-02-16 12:29:23 UTC (rev 8707)
+++ CalendarServer/branches/users/glyph/migrate-merge/calendarserver/tools/upgrade.py	2012-02-16 12:29:26 UTC (rev 8708)
@@ -168,9 +168,7 @@
 
     if options.merge:
         def setMerge(data):
-            print 'Setting merge option.'
             data.MergeUpgrades = True
-            print 'Set it?', config.MergeUpgrades
         config.addPostUpdateHooks([setMerge])
 
     def makeService(store):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120216/07d7a34f/attachment-0001.html>


More information about the calendarserver-changes mailing list