Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed May 4, 2024
1 parent d844891 commit eba0b08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/storage/postgres/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"github.com/dipdup-io/starknet-indexer/internal/storage"
"github.com/dipdup-net/go-lib/database"
"github.com/dipdup-net/indexer-sdk/pkg/storage/postgres"
"github.com/rs/zerolog/log"
"github.com/uptrace/bun"
)

Expand Down Expand Up @@ -57,7 +56,6 @@ func (event *Event) Filter(ctx context.Context, fltr []storage.EventFilter, opts
Join("left join address as from_addr on from_addr.id = event.from_id")
q = addSort(q, opt.SortField, opt.SortOrder)

log.Info().Msg(q.String())
err = q.Scan(ctx, &result)
return
}

0 comments on commit eba0b08

Please sign in to comment.