diff --git a/functions/index.js b/functions/index.js index 0f6ce6dc4..002586a9e 100644 --- a/functions/index.js +++ b/functions/index.js @@ -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