Remove debug
This commit is contained in:
parent
abbc361520
commit
1180a4c88e
|
@ -578,7 +578,6 @@ def get_list(zk_conn, node, limit, raw):
|
||||||
click.echo('Error: Domain {} does not exist.'.format(domain))
|
click.echo('Error: Domain {} does not exist.'.format(domain))
|
||||||
|
|
||||||
if raw:
|
if raw:
|
||||||
print(vm_name)
|
|
||||||
for vm in sorted(vm_name.values()):
|
for vm in sorted(vm_name.values()):
|
||||||
click.echo(vm)
|
click.echo(vm)
|
||||||
return True, ''
|
return True, ''
|
||||||
|
|
Loading…
Reference in New Issue