mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-16 10:36:11 +08:00
removed console.log
This commit is contained in:
parent
bb52e71fa7
commit
a586316b55
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…
Add table
Reference in a new issue