Remove unnecessary comment
This commit is contained in:
parent
cc536a36b3
commit
149841bdd1
1 changed files with 0 additions and 1 deletions
|
@ -28,6 +28,5 @@ func BuildDB(directory string) Database {
|
|||
if err != nil { logger.Panicln(err) }
|
||||
entries[k] = string(contentB)
|
||||
}
|
||||
// create bleve index
|
||||
return Database{Keys: keys, Entries: entries}
|
||||
}
|
||||
|
|
Reference in a new issue