should not be forcing debug mode

This commit is contained in:
Ted Unangst 2019-04-10 08:06:39 -04:00
parent 0cc87cd39b
commit 6a04ab15ca

View file

@ -163,7 +163,6 @@ func initdb() {
log.Print(err)
return
}
db.Exec("insert into config (key, value) values (?, ?)", "debug", 1)
db.Close()
fmt.Printf("done.\n")
os.Exit(0)