Skip to content

Commit

Permalink
console.logs removed
Browse files Browse the repository at this point in the history
  • Loading branch information
DovMa committed Nov 24, 2023
1 parent 06eda76 commit 362b346
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/containers/FishingActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const FishingActions = ({ fishing, coordinates }: FishingActionsProps) => {
);

const handleFinishFishing = () => {
console.log('handleFinishFishing', coordinates);
if (coordinates) {
finishFishing({ coordinates });
}
Expand Down
2 changes: 0 additions & 2 deletions src/components/containers/FishingTools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const FishingTools = ({
},
{
onSuccess: (value) => {
console.log('set location2', value);
setLocation(value);
},
onError: () => {
Expand All @@ -69,7 +68,6 @@ const FishingTools = ({
}),
{
onSuccess: (data) => {
console.log('set location1', data);
if (data && !location) setLocation(data);
},
retry: false,
Expand Down

0 comments on commit 362b346

Please sign in to comment.