Skip to content

Commit

Permalink
Remove logging from queue case statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgmetzger committed Feb 12, 2025
1 parent 30a9ae2 commit b0e0b91
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/queueing/generic_insert.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ func Enqueue(chQSHP <-chan QSHP) {
commonCommit(qshp, ctx, tx)

case "collect":
zap.L().Debug("handling collect queue insertion",
zap.String("scheme", qshp.Scheme),
zap.String("host", qshp.Host),
zap.String("path", qshp.Path),
zap.String("rawData", qshp.RawData),
zap.Bool("full", qshp.IsFull),
zap.Bool("hallpass", qshp.IsHallPass))

_, err := client.InsertTx(ctx, tx, common.CollectArgs{
Scheme: qshp.Scheme,
Host: qshp.Host,
Expand Down

0 comments on commit b0e0b91

Please sign in to comment.