Skip to content

Commit

Permalink
Don't log branches
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Nov 14, 2023
1 parent f66ccf2 commit cf10510
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ function createItems(configurator?: DimensionConfigurator) {
if (configurator == undefined) {
return []
}
console.log(configurator.values.value)
const values = (configurator.values.value as string[]).sort((a, b) => {
if (configurator.selected.value?.includes(b)) return 1
if (configurator.selected.value?.includes(a)) return -1
Expand Down

0 comments on commit cf10510

Please sign in to comment.