Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
davidjumani 2020-08-26 17:11:39 +05:30 committed by Rohit Yadav
parent c1952242fe
commit 74ef07c412
1 changed files with 0 additions and 3 deletions

View File

@ -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
},