diff --git a/NodeInstance.py b/NodeInstance.py index adb4c53e..5d40aed9 100644 --- a/NodeInstance.py +++ b/NodeInstance.py @@ -86,7 +86,6 @@ class NodeInstance(threading.Thread): transaction.set_data('/domains/' + domain + '/state', 'migrate'.encode('ascii')) transaction.set_data('/domains/' + domain + '/hypervisor', least_host.encode('ascii')) result = transaction.commit() - print(result) # Wait 1s between migrations time.sleep(1)