Skip to content

Commit 1de1764

Browse files
authored
remove duplicative log entry (#2881)
Signed-off-by: Bob Callaway <bcallaway@google.com>
1 parent 70a2666 commit 1de1764

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/api/entries.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,6 @@ func SearchLogQueryHandler(params entries.SearchLogQueryParams) middleware.Respo
679679
var ErrNotFound = errors.New("grpc returned 0 leaves with success code")
680680

681681
func retrieveLogEntryByIndex(ctx context.Context, logIndex int) (models.LogEntry, error) {
682-
log.ContextLogger(ctx).Infof("Retrieving log entry by index %d", logIndex)
683-
684682
tid, resolvedIndex := api.logRanges.ResolveVirtualIndex(logIndex)
685683
tc, err := api.trillianClientManager.GetTrillianClient(tid)
686684
if err != nil {

0 commit comments

Comments
 (0)