Remove unnecessary comment

This commit is contained in:
ChaoticByte 2024-08-28 11:32:49 +02:00
parent cc536a36b3
commit 149841bdd1
Signed by: ChaoticByte
SSH key fingerprint: SHA256:6v88GlRHW+S4NVmM00ZxofEJlnDdK8LI1EcfR8jrgDs

View file

@ -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}
}