I don't think this is necessary on logout.

patch bump
This commit is contained in:
2023-07-13 01:09:01 +01:00
parent 9b2e38aab3
commit 9a4205ce64
2 changed files with 1 additions and 2 deletions

View File

@@ -327,7 +327,6 @@ class Remote(CBindings):
def logout(self) -> NoReturn:
"""Wait for dirty parameters to clear, then logout of the API"""
self.clear_dirty()
time.sleep(0.1)
self.call(self.vm_logout)
self.logger.info(f"{type(self).__name__}: Successfully logged out of {self}")