should not be forcing debug mode
This commit is contained in:
parent
0cc87cd39b
commit
6a04ab15ca
1 changed files with 0 additions and 1 deletions
1
util.go
1
util.go
|
|
@ -163,7 +163,6 @@ func initdb() {
|
||||||
log.Print(err)
|
log.Print(err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
db.Exec("insert into config (key, value) values (?, ?)", "debug", 1)
|
|
||||||
db.Close()
|
db.Close()
|
||||||
fmt.Printf("done.\n")
|
fmt.Printf("done.\n")
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue