Skip to content

Commit

Permalink
hof/debug: disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Sep 20, 2022
1 parent dadf993 commit 141a417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hof/ga/ga.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
var dir, fn, cid string
var isCI bool

var debug = true
var debug = false

func init() {
if debug {
Expand Down

0 comments on commit 141a417

Please sign in to comment.