Skip to content

Commit

Permalink
Removed console message
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Oct 25, 2023
1 parent 59578c5 commit 762e5a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/components/Select/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export const Select = withDefaults<SelectProps>()(defaultProps, (props) => {
setKeysPressed((keysPressed) => [...keysPressed, e.key]);

if (e.key === "Shift") {
console.debug("Shift pressed", currentIndex);
setLastShiftIndex(currentIndex);
}

Expand Down

0 comments on commit 762e5a4

Please sign in to comment.