diff --git a/images.go b/images.go index 0f521ac..19538ef 100644 --- a/images.go +++ b/images.go @@ -142,7 +142,6 @@ func (x *ImagesCommand) Execute(args []string) error { var buffer bytes.Buffer if imagesCommand.Tree { - buffer.WriteString(fmt.Sprintf("Images: %d\n", len(imagesByParent))) jsonToText(&buffer, imagesCommand.NoTruncate, imagesCommand.OnlyLabeled, roots, imagesByParent, "") } if imagesCommand.Dot {