remove card record tidy as it would need updating - fixes #16
This commit is contained in:
parent
f685b4a248
commit
52533dd887
2 changed files with 0 additions and 27 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue