mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 15:08:45 +08:00
removed big log
This commit is contained in:
parent
60db35c48b
commit
d3c8aff456
1 changed files with 5 additions and 5 deletions
|
@ -2414,11 +2414,11 @@ async function checkLeaderboards(
|
|||
|
||||
if (insertResult.insertedAt >= 0) {
|
||||
//update the database here
|
||||
console.log(
|
||||
`leaderboard changed ${resultObj.mode} ${
|
||||
resultObj.mode2
|
||||
} ${type} - ${JSON.stringify(lb.board)}`
|
||||
);
|
||||
// console.log(
|
||||
// `leaderboard changed ${resultObj.mode} ${
|
||||
// resultObj.mode2
|
||||
// } ${type} - ${JSON.stringify(lb.board)}`
|
||||
// );
|
||||
t.update(db.collection("leaderboards").doc(docid), {
|
||||
size: lb.size,
|
||||
type: lb.type,
|
||||
|
|
Loading…
Reference in a new issue