From 0dcdc66e63db4aa70ebe3999a6d926413e0905d1 Mon Sep 17 00:00:00 2001 From: gkovacs81 Date: Mon, 12 Oct 2015 22:02:29 +0200 Subject: [PATCH] Remove debug line --- images.go | 1 - 1 file changed, 1 deletion(-) 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 {