remove extra logs
This commit is contained in:
parent
c767512b9a
commit
346f013ef9
1 changed files with 0 additions and 2 deletions
2
game.js
2
game.js
|
@ -16,8 +16,6 @@ class Game extends GameBasic {
|
|||
}
|
||||
async updateLeaderboard() {
|
||||
let jason = await db.all('SELECT * FROM stats ORDER BY CAST(ko AS REAL) DESC LIMIT 100');
|
||||
|
||||
console.log(jason)
|
||||
|
||||
let scoresOld = this.scores || [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue