Remove debug

This commit is contained in:
Joshua Boniface 2019-03-12 21:46:30 -04:00
parent abbc361520
commit 1180a4c88e
1 changed files with 0 additions and 1 deletions

View File

@ -578,7 +578,6 @@ def get_list(zk_conn, node, limit, raw):
click.echo('Error: Domain {} does not exist.'.format(domain))
if raw:
print(vm_name)
for vm in sorted(vm_name.values()):
click.echo(vm)
return True, ''