Skip to content

Commit

Permalink
Merge pull request #28 from lovoo/remove_spam_log
Browse files Browse the repository at this point in the history
Remove spammy log message
  • Loading branch information
jomaresch authored May 19, 2022
2 parents b88a98e + ee1dbee commit 546936a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require (
github.com/benbjohnson/clock v1.0.3
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.7
github.com/googleapis/gax-go/v2 v2.2.0 // indirect
github.com/lovoo/goka v1.1.0-beta.2
github.com/onsi/ginkgo v1.13.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions telly/telly.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package telly
import (
"context"
"fmt"
"log"

"github.com/Shopify/sarama"
"github.com/lovoo/goka"
Expand Down Expand Up @@ -78,7 +77,6 @@ func (t *Telly) Run(ctx context.Context, brokers []string) error {
if err != nil {
return err
}
log.Printf("starting to read %s/%d at offset %d", t.opts.topic, part, offset)

part := part
errg.Go(func() error {
Expand Down

0 comments on commit 546936a

Please sign in to comment.