removed crypto and users - unused without auth
This commit is contained in:
parent
6df75a7ce6
commit
3409ac598c
5 changed files with 0 additions and 82 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue