[CalendarServer-changes] [255] CalendarServer/trunk/twistedcaldav/repository.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 5 12:50:05 PDT 2006


Revision: 255
          http://trac.macosforge.org/projects/calendarserver/changeset/255
Author:   cdaboo at apple.com
Date:     2006-10-05 12:50:05 -0700 (Thu, 05 Oct 2006)

Log Message:
-----------
Logged string not needed.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/repository.py

Modified: CalendarServer/trunk/twistedcaldav/repository.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/repository.py	2006-10-05 19:48:33 UTC (rev 254)
+++ CalendarServer/trunk/twistedcaldav/repository.py	2006-10-05 19:50:05 UTC (rev 255)
@@ -229,7 +229,6 @@
         sslContext = DefaultOpenSSLContextFactory(keyfile, certfile)
         SSLServer(sslport, factory, sslContext).setServiceParent(parent)
 
-    print "Manhole: %r" % (manhole,)
     if manhole:
         print "Starting manhole on port %d" % (manhole,)
         from twisted.manhole.telnet import ShellFactory

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061005/e12e39fd/attachment.html


More information about the calendarserver-changes mailing list