Skip to content

Commit f521629

Browse files
committed
Remove debug log
1 parent 6d7a124 commit f521629

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/runbits/dependencies/changesummary.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const showUpdatedPackages = true
2222
// dependencies being installed for the requested packages, if any.
2323
func OutputChangeSummary(out output.Outputer, newBuildPlan *buildplan.BuildPlan, oldBuildPlan *buildplan.BuildPlan) {
2424
requested := newBuildPlan.RequestedArtifacts().ToIDMap()
25-
logging.Debug("requested: %v", requested)
2625

2726
addedString := []string{}
2827
addedLocale := []string{}

0 commit comments

Comments
 (0)