cwctl.py
changeset 3589 a5432f99f2d9
parent 3503 06bced8edddf
parent 3562 cff18f0d7c73
child 3629 559cad62c786
--- a/cwctl.py	Wed Sep 30 18:57:42 2009 +0200
+++ b/cwctl.py	Wed Oct 07 12:31:08 2009 +0200
@@ -415,9 +415,6 @@
 the --force option."
             raise ExecutionError(msg % (appid, pidf))
         helper.start_server(config, debug)
-        if not debug:
-            # in debug mode, we reach this point once the instance is stopped...
-            print 'instance %s %s' % (appid, self.actionverb)
 
 
 class StopInstanceCommand(InstanceCommand):