Skip to content

Commit fdaffde

Browse files
committed
don't log altcha challenge
1 parent 7f47407 commit fdaffde

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

functions/generate-challenge.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export default async () => {
99
maxNumber: 100_000,
1010
})
1111

12-
console.log(challenge)
1312
return new Response(JSON.stringify(challenge), {
1413
headers: {
1514
"Content-Type": "application/json",

0 commit comments

Comments
 (0)