Remove old debug print statement

This commit is contained in:
Joshua Boniface 2018-06-06 00:49:46 -04:00
parent f27c2c4a45
commit e3aee843d4
1 changed files with 0 additions and 1 deletions

1
pvc.py
View File

@ -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):