Skip to content

Commit 3c9b1e5

Browse files
committed
Removing unused logging
1 parent 12860c4 commit 3c9b1e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cake-game/src/functions/game_results.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ export async function handler(event, context) {
1717
return document._source;
1818
});
1919

20-
// console.log(`RESULTS: ${results}`)
21-
2220
return generateResponse(200, results);
2321
} catch (e) {
2422
console.log(e);

0 commit comments

Comments
 (0)