removed big log

This commit is contained in:
Miodec 2021-03-12 23:05:59 +00:00
parent 60db35c48b
commit d3c8aff456

View file

@ -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,