We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7a124 commit f521629Copy full SHA for f521629
internal/runbits/dependencies/changesummary.go
@@ -22,7 +22,6 @@ const showUpdatedPackages = true
22
// dependencies being installed for the requested packages, if any.
23
func OutputChangeSummary(out output.Outputer, newBuildPlan *buildplan.BuildPlan, oldBuildPlan *buildplan.BuildPlan) {
24
requested := newBuildPlan.RequestedArtifacts().ToIDMap()
25
- logging.Debug("requested: %v", requested)
26
27
addedString := []string{}
28
addedLocale := []string{}
0 commit comments