mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 22:23:32 +08:00
removed board logs
This commit is contained in:
parent
208a36e84a
commit
28eab5000a
1 changed files with 2 additions and 2 deletions
|
@ -753,12 +753,12 @@ async function checkLeaderboards(resultObj) {
|
|||
);
|
||||
|
||||
// console.log("board created");
|
||||
lb.logBoard();
|
||||
// lb.logBoard();
|
||||
|
||||
let insertResult = lb.insert(resultObj);
|
||||
|
||||
// console.log("board after inseft");
|
||||
lb.logBoard();
|
||||
// lb.logBoard();
|
||||
|
||||
if (insertResult >= 0) {
|
||||
//update the database here
|
||||
|
|
Loading…
Reference in a new issue