removed crypto and users - unused without auth

This commit is contained in:
bronku 2026-06-11 00:35:07 +02:00
parent 6df75a7ce6
commit 3409ac598c
5 changed files with 0 additions and 82 deletions

View file

@ -30,10 +30,6 @@ func OpenStore(filename string) *Store {
if err != nil {
log.Fatal(err)
}
out.users, err = out.loadUsers()
if err != nil {
log.Fatal(err)
}
return &out
}