Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Nov 17, 2024
1 parent 64c52cc commit d17296a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pgdriver/get_states_by_labels_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package pgdriver
import (
"context"
"fmt"
"log"
"strconv"

"github.com/makasim/flowstate"
Expand Down Expand Up @@ -64,8 +63,6 @@ WHERE subquery.xmin < snapshot.xmin OR subquery.xmin > snapshot.xmax
;
`

log.Println(q)

rows, err := tx.Query(ctx, q, args...)
if err != nil {
return nil, fmt.Errorf("query: %w", err)
Expand Down

0 comments on commit d17296a

Please sign in to comment.