From ddd0233975abb160c9b3810a6333b684e927a474 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sun, 2 May 2021 16:18:36 -0500 Subject: [PATCH] Don't log on successful update of score --- bot/awesomescibo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 696fb73..daec24e 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -71,7 +71,6 @@ async function updateScore(isCorrect, score, authorId) { }); doc.score = doc.score + 4; doc.save(); - console.log("Succesfully updated score."); } return `Great job! Your score is now ${score}.`;