Skip to content

Commit

Permalink
Update lookupQuery.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed Sep 29, 2022
1 parent ccca627 commit a9897b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/commands/lookupQuery.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"github.com/Permify/permify/internal/repositories/entities"
"github.com/Permify/permify/pkg/dsl/schema"
"github.com/Permify/permify/pkg/errors"
"github.com/Permify/permify/pkg/helper"
"github.com/Permify/permify/pkg/logger"
"github.com/Permify/permify/pkg/tuple"
)
Expand Down Expand Up @@ -159,11 +158,8 @@ func (command *LookupQueryCommand) build(ctx context.Context, entityType string,
return func(ctx context.Context, decisionChan chan<- BuildStatementResult) {
qu := q
qu.Vars = append(qu.Vars, q.Resolver()...)

fmt.Println(qu.Map)
fmt.Println(qu.Join)
helper.Pre(qu.Vars)

return
}
}
Expand Down

0 comments on commit a9897b9

Please sign in to comment.