mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 17:22:21 +08:00
Remove Config file section "Datastore", it's not used
This gives us a clean slate for the new code, avoiding leftovers. License: MIT Signed-off-by: Tommi Virtanen <tv@eagain.net>
This commit is contained in:
@ -69,12 +69,5 @@ func Load(filename string) (*config.Config, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// tilde expansion on datastore path
|
||||
// TODO why is this here??
|
||||
cfg.Datastore.Path, err = util.TildeExpansion(cfg.Datastore.Path)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return &cfg, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user