From 28eab5000a07c2fc959b07e49822856f232939fe Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 3 Jul 2020 20:14:39 +0100 Subject: [PATCH] removed board logs --- functions/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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