cubicweb/pyramid/pyramidctl.py
changeset 11867 c714e55fbce1
parent 11837 90c5449a7910
child 11967 83739be20fab
--- a/cubicweb/pyramid/pyramidctl.py	Fri Nov 18 18:15:14 2016 +0100
+++ b/cubicweb/pyramid/pyramidctl.py	Thu Nov 24 15:39:52 2016 +0100
@@ -15,7 +15,7 @@
 import threading
 import subprocess
 
-from cubicweb import BadCommandUsage, ExecutionError
+from cubicweb import ExecutionError
 from cubicweb.cwconfig import CubicWebConfiguration as cwcfg
 from cubicweb.cwctl import CWCTL, InstanceCommand, init_cmdline_log_threshold
 from cubicweb.pyramid import wsgi_application_from_cwconfig
@@ -99,15 +99,6 @@
     def info(self, msg):
         print('INFO - %s' % msg)
 
-    def ordered_instances(self):
-        instances = super(PyramidStartHandler, self).ordered_instances()
-        if (self['debug-mode'] or self['debug'] or self['reload']) \
-                and len(instances) > 1:
-            raise BadCommandUsage(
-                '--debug-mode, --debug and --reload can be used on a single '
-                'instance only')
-        return instances
-
     def quote_first_command_arg(self, arg):
         """
         There's a bug in Windows when running an executable that's