diff --git a/ui/src/views/compute/DeployVM.vue b/ui/src/views/compute/DeployVM.vue index 67c5078c575..2cb204248e5 100644 --- a/ui/src/views/compute/DeployVM.vue +++ b/ui/src/views/compute/DeployVM.vue @@ -1744,9 +1744,6 @@ export default { configurations.sort(function (a, b) { return a.index - b.index }) - // configurations.forEach(x => { - // console.log(x.index) - // }) } return configurations },