Skip to content

Commit

Permalink
lsp/eval: Remove missed print statement (#1220)
Browse files Browse the repository at this point in the history
Left over from #1217

Signed-off-by: Charlie Egan <charlie@styra.com>
  • Loading branch information
charlieegan3 authored Oct 23, 2024
1 parent 0ce82ae commit b45c14b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/lsp/eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"errors"
"fmt"
"io"
"os"
"strings"

"github.com/anderseknert/roast/pkg/encoding"
Expand Down Expand Up @@ -191,8 +190,6 @@ func prepareRegoArgs(
},
}

fmt.Fprintln(os.Stderr, "Loaded internal bundle")

args = append(args, rego.ParsedBundle("internal", internalBundle))

return args
Expand Down

0 comments on commit b45c14b

Please sign in to comment.