Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit b4f12ee

Browse files
committed
Stop double-printing solve errors
1 parent b34e410 commit b4f12ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/dep/init.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ func isStdLib(path string) bool {
200200
// TODO solve failures can be really creative - we need to be similarly creative
201201
// in handling them and informing the user appropriately
202202
func handleAllTheFailuresOfTheWorld(err error) {
203-
fmt.Printf("solve error: %s\n", err)
204203
}
205204

206205
func hasImportPathPrefix(s, prefix string) bool {

0 commit comments

Comments
 (0)