Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
Signed-off-by: yaacov <kobi.zamir@gmail.com>
  • Loading branch information
yaacov committed Jun 22, 2022
1 parent b3c4bf9 commit f669de5
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 f669de5

Please sign in to comment.