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