Skip to content

Commit

Permalink
Stop logging config data
Browse files Browse the repository at this point in the history
  • Loading branch information
prplecake committed Nov 18, 2019
1 parent a29d1a4 commit 76a167b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gof.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ type article struct {
func main() {
log.Println("gof starting up...")
conf = readConfig()
log.Print(conf.Accounts)

var tpls = make(map[string]*template.Template)
for _, a := range conf.Accounts {
Expand Down

0 comments on commit 76a167b

Please sign in to comment.