Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Nov 30, 2021
1 parent c06aaf8 commit e41be6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"fmt"
"io"
"log"
"os"
"sort"
"strings"
Expand Down Expand Up @@ -237,7 +236,6 @@ func (t *Tracer) fetchLogs(containerName, group, stream string, from, to *time.T
in.NextToken = nextToken
in.StartFromHead = nil
}
log.Printf("fetching logs %s", in.GoString())
res, err := t.logs.GetLogEventsWithContext(t.ctx, in)
if err != nil {
return err
Expand Down

0 comments on commit e41be6f

Please sign in to comment.