Skip to content

Commit

Permalink
Merge pull request #665 from yaacov/remove-debugger-command
Browse files Browse the repository at this point in the history
Remove debugger command
  • Loading branch information
openshift-ci[bot] authored Jun 22, 2022
2 parents 37261dc + 30e3356 commit 88cc8a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/components/AffinityModal/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export const getAffinityFromRowsData = (affinityRows: AffinityRowData[]) => {
return null;
}

debugger;
const pickRows = (rowType, rowCondition, mapper) =>
affinityRows
.filter(({ type, condition }) => type === rowType && condition === rowCondition)
Expand Down

0 comments on commit 88cc8a4

Please sign in to comment.