Skip to content

Commit

Permalink
remote debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
castaneai committed Feb 2, 2024
1 parent 77a6980 commit 67fd09b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/statestore/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package statestore
import (
"context"
"fmt"
"log"
"strconv"
"strings"
"time"
Expand Down Expand Up @@ -368,7 +367,6 @@ func (s *RedisStore) getTickets(ctx context.Context, ticketIDs []string) ([]*pb.
}
tickets = append(tickets, ticket)
}
log.Printf("to be de-indexed: %v", ticketIDsDeleted)
if len(ticketIDsDeleted) > 0 {
if err := s.deIndexTickets(ctx, ticketIDsDeleted); err != nil {
return nil, fmt.Errorf("failed to de-index tickets which have been deleted: %w", err)
Expand Down

0 comments on commit 67fd09b

Please sign in to comment.