Remove debugging information and give up on that test, and add work around for weird zsh bug with importing

This commit is contained in:
David Dworken
2022-09-22 18:09:51 -07:00
parent 99b51a356e
commit ee6680f571
5 changed files with 38 additions and 9 deletions

View File

@ -547,7 +547,7 @@ func cleanDatabase() error {
if result.Error != nil {
return result.Error
}
// TODO: Clean the database by deleting entries for users that haven't been used in X amount of time
// TODO(future): Clean the database by deleting entries for users that haven't been used in X amount of time
return nil
}