Skip to content

Commit 59b0f49

Browse files
committed
update
1 parent 0e9e096 commit 59b0f49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gazelle/python/target.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import (
2020
"github.com/emirpasic/gods/sets/treeset"
2121
godsutils "github.com/emirpasic/gods/utils"
2222
"path/filepath"
23-
"fmt"
2423
"strings"
2524
)
2625

@@ -80,9 +79,6 @@ func (t *targetBuilder) addModuleDependency(dep module) *targetBuilder {
8079
// importing another module from the same package, converting to absolute imports to make
8180
// dependency resolution easier
8281
dep.Name = importSpecFromSrc(t.pythonProjectRoot, t.bzlPackage, fileName).Imp
83-
if strings.Contains(dep.Name, "subpackage1") {
84-
fmt.Printf("Added module dependency %q", dep.Name)
85-
}
8682
}
8783
t.deps.Add(dep)
8884
return t

0 commit comments

Comments
 (0)