Skip to content

Commit

Permalink
fix(logs): removed config dump from logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Nov 11, 2021
1 parent 3da326a commit 2c437dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ func ReadBotConfigYaml() (IGopher, error) {
logrus.Errorf("Failed to initialize blacklist: %v", err)
return c, err
}
logrus.Debugf("config.yaml: %+v\n\n", c)
return c, nil
}

Expand Down

0 comments on commit 2c437dd

Please sign in to comment.