Skip to content

Commit 89e2d86

Browse files
committed
options: remove some verbose logging
This predated the --multibuild-configuration/--multibuild-targets options. Not really needed with those now.
1 parent 84cf040 commit 89e2d86

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

cmd/multibuild/options.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,6 @@ func (this options) buildTargetList(targets []target) ([]target, error) {
6060
return true
6161
})
6262

63-
if dlog {
64-
log.Printf("Includes:")
65-
for _, filt := range this.Include {
66-
log.Printf("- %s", filt)
67-
}
68-
log.Printf("Excludes:")
69-
for _, filt := range this.Exclude {
70-
log.Printf("- %s", filt)
71-
}
72-
log.Printf("Decided targets:")
73-
for _, filt := range targets {
74-
log.Printf("- %s", filt)
75-
}
76-
}
77-
7863
// Check includes still present
7964
for _, inc := range this.Include {
8065
found := false

0 commit comments

Comments
 (0)