Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jnwelzel committed May 30, 2024
1 parent efbbe1b commit 30393f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useCoordinatesForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ export const useCoordinatesForm = () => {
};

const handleCancelClick = (button: BUTTON_NAMES) => {
console.log(button);
const searchField =
button === BUTTON_NAMES.cancelA
? FORM_INPUT_NAMES.searchPointA
Expand Down

0 comments on commit 30393f2

Please sign in to comment.