Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Sep 20, 2024
1 parent 5fc0d92 commit f4ff73c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const actions: Actions = {
};

const res = await event.fetch(endpoint, requestInitOptions);
console.log('ok?');

if (!res.ok) {
const response: Record<string, any> = await res.json();
Expand Down

0 comments on commit f4ff73c

Please sign in to comment.