Skip to content

Commit

Permalink
Remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros authored Dec 5, 2024
1 parent 7604f58 commit a75bf63
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export function useEntitySelection(selectMultiple: boolean) {
toggledReferences: Reference | Reference[],
): EntitySelectionMapType => {
const newSelected = selected.withMutations(map => {
debugger
// Note: we currently don't allow selecting two versions of the same entity, so we replace previous selected version with new selected version
if (!Array.isArray(toggledReferences)) {
toggledReferences = [toggledReferences]
Expand Down

0 comments on commit a75bf63

Please sign in to comment.