Skip to content

Commit

Permalink
fix: remove logging not relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisher committed Dec 31, 2024
1 parent e4ca4cb commit 2fce24a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/handlers/gatsby_index_redirect.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const handler = async (event) => {
request.uri += '/index.html';
}

console.log(request.uri);
return request;
};

0 comments on commit 2fce24a

Please sign in to comment.