Remove unnecessary comment

This commit is contained in:
ChaoticByte 2024-08-28 11:32:49 +02:00
parent cc536a36b3
commit 149841bdd1
No known key found for this signature in database

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