mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-03-05 20:15:36 +08:00
removed logs
This commit is contained in:
parent
94ad2175df
commit
7137c18371
1 changed files with 0 additions and 4 deletions
|
|
@ -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}`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue