virtManager: clone: drop redundant clone setup

We already handle all these steps in the validation() step, which
happens directly before this code.
This commit is contained in:
Cole Robinson 2017-07-20 17:15:01 -04:00
parent 091c6155d2
commit 9863a963fe

View File

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