Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 2, 2022
1 parent 4c5eefd commit c7f0517
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/combination/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ const getCombinationsProduct = function ({ tasks, inputsList, system }) {
}))
}

// We make sure the property order of system dimensions is unchanged since it
// is used for sorting
const getSystemDimension = function (propName, id) {
return [addPrefix(propName, 'system'), { id }]
}

0 comments on commit c7f0517

Please sign in to comment.