Skip to content

Commit

Permalink
chore: remove unused console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Aug 11, 2023
1 parent 4006f70 commit 2c5e980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/api/file/[upload_id].ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const GET = async ({ request, params }: APIEvent): Promise<Response> => {
}

const file_extension = file_data.name.substring(file_data.name.lastIndexOf(".") + 1);
console.log(file_extension, "POGOGOGOGO");
const file_content_type = mime_type(file_extension);

// Create a download URL, only available for 15s.
Expand Down

0 comments on commit 2c5e980

Please sign in to comment.