removed logs

This commit is contained in:
Jack 2020-07-07 21:12:24 +01:00
parent 94ad2175df
commit 7137c18371

View file

@ -381,12 +381,8 @@ exports.testCompleted = functions.https.onCall((request, response) => {
});
} catch (e) {
besttime60 = 0;
console.log("caught");
}
console.log(besttime60);
console.log(obj.wpm);
if (obj.wpm > besttime60) {
console.log(
`sending command to the bot to update the role for user ${request.uid} with wpm ${obj.wpm}`