[CalendarServer-changes] [8544] CalendarServer/trunk/calendarserver/tools/shell/cmd.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 16 13:54:47 PST 2012


Revision: 8544
          http://trac.macosforge.org/projects/calendarserver/changeset/8544
Author:   wsanchez at apple.com
Date:     2012-01-16 13:54:47 -0800 (Mon, 16 Jan 2012)
Log Message:
-----------
Less logging

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

Modified: CalendarServer/trunk/calendarserver/tools/shell/cmd.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell/cmd.py	2012-01-16 21:53:25 UTC (rev 8543)
+++ CalendarServer/trunk/calendarserver/tools/shell/cmd.py	2012-01-16 21:54:47 UTC (rev 8544)
@@ -19,7 +19,7 @@
 Data store commands.
 """
 
-from twisted.python import log
+#from twisted.python import log
 from twisted.internet.defer import succeed
 from twisted.internet.defer import inlineCallbacks, returnValue
 
@@ -261,7 +261,7 @@
         if not isinstance(wd, Folder):
             raise NotFoundError("Not a folder: %s" % (wd,))
 
-        log.msg("wd -> %s" % (wd,))
+       #log.msg("wd -> %s" % (wd,))
         self.wd = wd
 
     @inlineCallbacks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120116/c8b399f4/attachment.html>


More information about the calendarserver-changes mailing list