Skip to content

Commit

Permalink
Merge pull request #92 from deliveryhero/noticket-remove-spammy-log
Browse files Browse the repository at this point in the history
Remove unnecessary log
  • Loading branch information
sleey authored Feb 11, 2022
2 parents 4342bff + 274339c commit f61de83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pubsub/awssub/sub.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ func (s *subscriber) Start() <-chan pubsub.Message {

// if we didn't get any messages, lets chill out for a sec
if len(resp.Messages) == 0 {
s.Logger.Printf("no messages found. sleeping for %s", s.cfg.SleepInterval)
time.Sleep(s.cfg.SleepInterval)
continue
}
Expand Down

0 comments on commit f61de83

Please sign in to comment.