mirror of https://github.com/apache/cloudstack.git
Cleanup
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
c1952242fe
commit
74ef07c412
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue