Remove old debug print statement
This commit is contained in:
parent
f27c2c4a45
commit
e3aee843d4
1
pvc.py
1
pvc.py
|
@ -30,7 +30,6 @@ def define_domain(domxmlfile, target_hypervisor):
|
|||
transaction.create('/domains/%s/name' % domuuid, data.encode('ascii'))
|
||||
transaction.create('/domains/%s/xml' % domuuid, data.encode('ascii'))
|
||||
results = transaction.commit()
|
||||
print(results)
|
||||
pvcf.stopZKConnection(zk)
|
||||
|
||||
def delete_domain(domuuid):
|
||||
|
|
Loading…
Reference in New Issue