mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 12:00:10 +08:00
removed log
This commit is contained in:
parent
9e096e2590
commit
0088a9347c
1 changed files with 1 additions and 1 deletions
|
@ -1165,7 +1165,7 @@ exports.generatePairingCode = functions.https.onCall((request, response) => {
|
|||
}
|
||||
});
|
||||
|
||||
console.log(`existing codes ${JSON.stringify(existingCodes)}`);
|
||||
// console.log(`existing codes ${JSON.stringify(existingCodes)}`);
|
||||
|
||||
let randomCode = generate(9);
|
||||
|
||||
|
|
Loading…
Reference in a new issue