remove card record tidy as it would need updating - fixes #16

This commit is contained in:
Peter Rounce 2022-11-20 13:08:38 +00:00
parent f685b4a248
commit 52533dd887
2 changed files with 0 additions and 27 deletions

View file

@ -66,14 +66,6 @@ func main() {
return
}
// remove any expired records
err = db_delete_expired()
if err != nil {
log.Warn(err.Error())
return
}
// show a QR code on the console for the URI + one_time_code
hostdomain := os.Getenv("HOST_DOMAIN")