Skip to content

Commit

Permalink
remove unused print
Browse files Browse the repository at this point in the history
  • Loading branch information
almostinf committed Nov 7, 2024
1 parent 48a97cc commit a40a2b1
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 @@ -122,7 +122,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, heartbeatMetrics)
if err != nil {
Expand Down

0 comments on commit a40a2b1

Please sign in to comment.