mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Remove TODO comment
This commit is contained in:
parent
271dd5a63b
commit
374dfd1fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ func (h *Holder) Open() error {
|
|||
continue
|
||||
}
|
||||
|
||||
h.logger().Printf("opening index: %s", filepath.Base(fi.Name())) // TODO h.LogOutput not set until server.go:Server.Open()
|
||||
h.logger().Printf("opening index: %s", filepath.Base(fi.Name()))
|
||||
|
||||
index, err := h.newIndex(h.IndexPath(filepath.Base(fi.Name())), filepath.Base(fi.Name()))
|
||||
if err == ErrName {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue