Skip to content

Commit

Permalink
remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
almostinf committed Nov 6, 2024
1 parent 1ff1dba commit b259a65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/notifier/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ func main() {

// Start moira selfstate checker
if selfstateCfg.Enabled {
fmt.Println(selfstateCfg)
logger.Info().Msg("Selfstate enabled")
selfstateWorker, err := selfstate.NewSelfstateWorker(selfstateCfg, logger, database, sender, systemClock)
if err != nil {
Expand Down

0 comments on commit b259a65

Please sign in to comment.