Skip to content

Commit e3215cd

Browse files
authored
fix(depsresolver): remove log statement (#354)
1 parent be0d311 commit e3215cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/protoc/depsresolver.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ func resolveAnyKind(c *config.Config, ix *resolve.RuleIndex, lang, impLang, imp
146146
}
147147

148148
func resolveWithIndex(c *config.Config, ix *resolve.RuleIndex, lang, impLang, imp string, from label.Label) (label.Label, error) {
149-
log.Println(from, "resolveWithIndex:", lang, impLang, imp)
150-
151149
matches := ix.FindRulesByImportWithConfig(c, resolve.ImportSpec{Lang: impLang, Imp: imp}, lang)
152150
if len(matches) == 0 {
153151
// log.Println(from, "no matches:", imp)

0 commit comments

Comments
 (0)