Skip to content

Commit 76a167b

Browse files
committed
Stop logging config data
1 parent a29d1a4 commit 76a167b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gof.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ type article struct {
2424
func main() {
2525
log.Println("gof starting up...")
2626
conf = readConfig()
27-
log.Print(conf.Accounts)
2827

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

0 commit comments

Comments
 (0)