summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2017-07-20 17:15:01 -0400
committerCole Robinson <crobinso@redhat.com>2017-07-20 17:27:22 -0400
commit9863a963fe3254d5fd346dc0102889caefcefbc2 (patch)
tree57c9e11f66eeaf644bec9299b6790f29851b82a9
parent091c6155d24f071800bb60b237de22f339bc59df (diff)
downloadvirt-manager-9863a963fe3254d5fd346dc0102889caefcefbc2.tar.gz
virtManager: clone: drop redundant clone setup
We already handle all these steps in the validation() step, which happens directly before this code.
-rw-r--r--virtManager/clone.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/virtManager/clone.py b/virtManager/clone.py
index 4728d326..8b8ce60d 100644
--- a/virtManager/clone.py
+++ b/virtManager/clone.py
@@ -852,7 +852,6 @@ class vmmCloneVM(vmmGObjectUI):
if poolname not in refresh_pools:
refresh_pools.append(poolname)
- self.clone_design.setup()
self.clone_design.start_duplicate(meter)
for poolname in refresh_pools: