Skip to content

Commit

Permalink
remove debug messages (#22282)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyan-sheng committed Oct 29, 2020
1 parent 22f5f27 commit 985314a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/filebeat/input/s3/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,8 @@ func (c *s3Collector) processorKeepAlive(svcSQS sqsiface.ClientAPI, message sqs.
for {
select {
case <-c.cancellation.Done():
fmt.Println("------- c.cancellation.Done()")
return nil
case err := <-errC:
fmt.Println("------- err = ", err)
if err != nil {
if err == context.DeadlineExceeded {
c.logger.Info("Context deadline exceeded, updating visibility timeout")
Expand Down

0 comments on commit 985314a

Please sign in to comment.