Remove debug_console QubesVm.start() argument
It isn't working for a long time, so remove it to not confuse reader.
This commit is contained in:
parent
a880483092
commit
f3a7d5f6e6
@ -1690,9 +1690,8 @@ class QubesVm(object):
|
||||
if (retcode != 0) :
|
||||
raise OSError ("Cannot execute qrexec-daemon!")
|
||||
|
||||
def start(self, debug_console = False, verbose = False,
|
||||
preparing_dvm = False, start_guid = True, notify_function = None,
|
||||
mem_required = None):
|
||||
def start(self, verbose = False, preparing_dvm = False, start_guid = True,
|
||||
notify_function = None, mem_required = None):
|
||||
if dry_run:
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user