From e3aee843d43ccd9accd3a612ac3c51391f0478b8 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 6 Jun 2018 00:49:46 -0400 Subject: [PATCH] Remove old debug print statement --- pvc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pvc.py b/pvc.py index eaae4a20..2493bc81 100755 --- a/pvc.py +++ b/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):