mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 22:23:32 +08:00
removed console log
This commit is contained in:
parent
56b3881901
commit
ba95a1a0d3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ async function db_getUserResults() {
|
|||
.where('uid', '==', user.uid)
|
||||
.get()
|
||||
.then(data => {
|
||||
console.log('getting data from db!');
|
||||
// console.log('getting data from db!');
|
||||
data.docs.forEach(doc => {
|
||||
ret.push(doc.data());
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue