Skip to content

Commit

Permalink
Drop print statement (#860)
Browse files Browse the repository at this point in the history
This was left in by mistake.

Signed-off-by: Charlie Egan <[email protected]>
  • Loading branch information
charlieegan3 committed Jun 20, 2024
1 parent 72f63aa commit 5cb412d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/lsp/lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"encoding/json"
"errors"
"fmt"
"os"
"strings"

"github.com/open-policy-agent/opa/ast"
Expand Down Expand Up @@ -59,8 +58,6 @@ func updateParse(ctx context.Context, cache *cache.Cache, store storage.Store, f
ruleRefs = append(ruleRefs, ref.Label)
}

fmt.Fprintln(os.Stderr, ruleRefs)

err = PutFileRefs(ctx, store, fileURI, ruleRefs)
if err != nil {
return false, fmt.Errorf("failed to update rego store with defined refs: %w", err)
Expand Down

0 comments on commit 5cb412d

Please sign in to comment.