f-11: fix: clean print not usefull #11
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
c1c93f9618
commit
44b58b3614
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue