We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f47407 commit fdaffdeCopy full SHA for fdaffde
1 file changed
functions/generate-challenge.mts
@@ -9,7 +9,6 @@ export default async () => {
9
maxNumber: 100_000,
10
})
11
12
- console.log(challenge)
13
return new Response(JSON.stringify(challenge), {
14
headers: {
15
"Content-Type": "application/json",
0 commit comments