Skip to content

Commit

Permalink
Delete old code after merging
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Sep 22, 2024
1 parent 7619080 commit 967c7d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gns3server/compute/dynamips/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,6 @@ async def update_vm_settings(self, vm, settings):
if usage is not None and usage != vm.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
await self.set_vm_configs(vm, settings)

Expand Down

0 comments on commit 967c7d0

Please sign in to comment.