mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-20 13:23:10 +00:00
Delete old code after merging
This commit is contained in:
parent
7619080a50
commit
967c7d066d
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user