Skip to content

Commit

Permalink
remove console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbrunvoll committed Oct 1, 2024
1 parent 536dc00 commit 30145d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ export const meansOfTransportFormMachine = setup({
}),
}).then((response) => {
// throw an error to force onError
console.log(response);
if (!response.ok) throw new Error('Failed to call API');
return response.ok;
});
Expand Down

0 comments on commit 30145d0

Please sign in to comment.