Skip to content

Commit

Permalink
remove println from s3 client
Browse files Browse the repository at this point in the history
  • Loading branch information
lev112 committed Apr 6, 2022
1 parent 8545abd commit 482262f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions s3client.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"encoding/json"
"io"
"io/ioutil"
"log"
"os"
"path/filepath"
"sync"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 482262f

Please sign in to comment.