mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
removed console.log
This commit is contained in:
parent
c7389bc1bb
commit
56b3881901
1 changed files with 2 additions and 2 deletions
|
@ -399,12 +399,12 @@ function refreshAccountPage() {
|
|||
}
|
||||
|
||||
if (dbSnapshot == null) {
|
||||
console.log('no db snap');
|
||||
// console.log('no db snap');
|
||||
db_getUserResults().then(data => {
|
||||
cont();
|
||||
})
|
||||
} else {
|
||||
console.log('using db snap');
|
||||
// console.log('using db snap');
|
||||
cont();
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue