f-11: fix: clean print not usefull #11

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-01-07 21:06:03 +01:00
commit 44b58b3614
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -30,7 +30,6 @@ func main() {
fmt.Println(err) fmt.Println(err)
return return
} }
fmt.Print(conf)
db := kv.InitDB(kv.Config{ db := kv.InitDB(kv.Config{
Path: conf.Database.Path, Path: conf.Database.Path,