From 482262fba7dd430fbe941ed9b82bc2cb95684599 Mon Sep 17 00:00:00 2001 From: lev Date: Wed, 6 Apr 2022 14:10:56 +0300 Subject: [PATCH] remove println from s3 client --- s3client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/s3client.go b/s3client.go index 4845899..4fdef2b 100644 --- a/s3client.go +++ b/s3client.go @@ -7,7 +7,6 @@ import ( "encoding/json" "io" "io/ioutil" - "log" "os" "path/filepath" "sync" @@ -126,7 +125,6 @@ func (c *s3Client) loop() { c.flush(&bw, wg, ex) case <-c.quit: - log.Println("exit requested – draining messages") c.debugf("exit requested – draining messages") // Drain the msg channel, we have to close it first so no more