From 985314a56ec74e5a912699a7883e199dce29a164 Mon Sep 17 00:00:00 2001 From: kaiyan-sheng Date: Thu, 29 Oct 2020 14:37:27 -0600 Subject: [PATCH] remove debug messages (#22282) --- x-pack/filebeat/input/s3/collector.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/filebeat/input/s3/collector.go b/x-pack/filebeat/input/s3/collector.go index 9596b5ab23f..c3d3114c723 100644 --- a/x-pack/filebeat/input/s3/collector.go +++ b/x-pack/filebeat/input/s3/collector.go @@ -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")