Skip to content

Commit

Permalink
fix(depsresolver): remove log statement (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcj committed Dec 30, 2023
1 parent be0d311 commit e3215cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/protoc/depsresolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ func resolveAnyKind(c *config.Config, ix *resolve.RuleIndex, lang, impLang, imp
}

func resolveWithIndex(c *config.Config, ix *resolve.RuleIndex, lang, impLang, imp string, from label.Label) (label.Label, error) {
log.Println(from, "resolveWithIndex:", lang, impLang, imp)

matches := ix.FindRulesByImportWithConfig(c, resolve.ImportSpec{Lang: impLang, Imp: imp}, lang)
if len(matches) == 0 {
// log.Println(from, "no matches:", imp)
Expand Down

0 comments on commit e3215cd

Please sign in to comment.