debug log deprecation

This commit is contained in:
mrfry 2023-05-01 09:28:39 +02:00
parent dea75c6bf5
commit 4bb8059986
3 changed files with 4 additions and 18 deletions

View file

@ -74,7 +74,9 @@ function createDefaultUser(userDb: Database) {
created: new Date().getTime(),
})
logger.Log('ID and PW for user #1: ', 'yellowbg')
console.log()
console.log(`ID: #${insertRes.lastInsertRowid}, PW: "${pw}"`)
console.log()
logger.Log('It can be also viewed in the users db file.')
}