Skip to content

Commit 77dc9b5

Browse files
authored
rm: remove debugging output (docker#10554)
For example, when no container was being removed, this would print `[]`. Signed-off-by: Mateus Esdras <[email protected]>
1 parent bceb3c1 commit 77dc9b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/compose/remove.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ func (s *composeService) Remove(ctx context.Context, projectName string, options
7575
stoppedContainers.forEach(func(c moby.Container) {
7676
names = append(names, getCanonicalContainerName(c))
7777
})
78-
fmt.Fprintln(s.stdinfo(), names)
7978

8079
if len(names) == 0 {
8180
fmt.Fprintln(s.stdinfo(), "No stopped containers")

0 commit comments

Comments
 (0)