Delete old code after merging

This commit is contained in:
grossmj 2024-09-22 22:02:14 +07:00
parent 7619080a50
commit 967c7d066d
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -521,10 +521,6 @@ class Dynamips(BaseManager):
if usage is not None and usage != vm.usage: if usage is not None and usage != vm.usage:
vm.usage = usage vm.usage = usage
aux_type = settings.get("aux_type")
if aux_type is not None and aux_type != vm.aux_type:
vm.aux_type = aux_type
# update the configs if needed # update the configs if needed
await self.set_vm_configs(vm, settings) await self.set_vm_configs(vm, settings)