+server.ts removed console log
This commit is contained in:
parent
11197d1382
commit
aab1770c0e
1 changed files with 0 additions and 3 deletions
|
|
@ -52,10 +52,7 @@ export const POST: RequestHandler = async ({ request }) => {
|
|||
for (let i = 0; i < 25; i++) {
|
||||
if (!positions.has(i)) safePositions.push(i);
|
||||
}
|
||||
console.log(positions)
|
||||
console.log('Safe positions:', safePositions);
|
||||
|
||||
|
||||
// transaction token for authentication
|
||||
const randomBytes = new Uint8Array(8);
|
||||
crypto.getRandomValues(randomBytes);
|
||||
|
|
|
|||
Reference in a new issue