From d3c8aff45669dd5bc7d39278586fa5b6a569fd89 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 12 Mar 2021 23:05:59 +0000 Subject: [PATCH] removed big log --- functions/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/index.js b/functions/index.js index 3de035cab..d17c9af9c 100644 --- a/functions/index.js +++ b/functions/index.js @@ -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,