Skip to content

Commit

Permalink
Remove request logging
Browse files Browse the repository at this point in the history
  • Loading branch information
benborgers committed Jun 4, 2024
1 parent 7fef1f6 commit 9c75e7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const respondWithImage = async (url: string, random = false) => {

export default {
async fetch(request) {
console.log("request", request.url);
const url = new URL(request.url);
const path = url.pathname.replace(/^\/+|\/+$/g, "");
const style = url.searchParams.get("style") ?? "apple";
Expand Down

0 comments on commit 9c75e7c

Please sign in to comment.