Skip to content

Commit

Permalink
Remove an errant fmt.Println.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuetschard committed Jul 18, 2018
1 parent a7730af commit cc9361a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/apic/resolve.go
Expand Up @@ -67,7 +67,6 @@ func resolve(ctx context.Context, search file.PathList, flags flag.FlagSet, opts
}
path := args[0]
processor := gapil.NewProcessor()
fmt.Println("search paths:", search)
if len(search) > 0 {
processor.Loader = gapil.NewSearchLoader(search)
}
Expand Down

0 comments on commit cc9361a

Please sign in to comment.