Skip to content

Commit

Permalink
fix(depsresolver): revert debug flag (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcj committed Dec 30, 2023
1 parent 111085c commit be0d311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/protoc/depsresolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
ErrNoLabel = errors.New("no label")
)

const debug = true
const debug = false

type DepsResolver func(c *config.Config, ix *resolve.RuleIndex, r *rule.Rule, imports []string, from label.Label)

Expand Down

0 comments on commit be0d311

Please sign in to comment.