all repos — honk @ 309be3dc59ab8198d643a189f60db403008ffc32

my fork of honk

should not be forcing debug mode
Ted Unangst tedu@tedunangst.com
Wed, 10 Apr 2019 08:06:39 -0400
commit

309be3dc59ab8198d643a189f60db403008ffc32

parent

13a5be66da0d7ddc113cbe4fe5c0874adab2d23d

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M util.goutil.go

@@ -163,7 +163,6 @@ if err != nil {

log.Print(err) return } - db.Exec("insert into config (key, value) values (?, ?)", "debug", 1) db.Close() fmt.Printf("done.\n") os.Exit(0)