Remove debug line

This commit is contained in:
gkovacs81 2015-10-12 22:02:29 +02:00
parent 5f3ba9a693
commit 0dcdc66e63

View file

@ -142,7 +142,6 @@ func (x *ImagesCommand) Execute(args []string) error {
var buffer bytes.Buffer var buffer bytes.Buffer
if imagesCommand.Tree { if imagesCommand.Tree {
buffer.WriteString(fmt.Sprintf("Images: %d\n", len(imagesByParent)))
jsonToText(&buffer, imagesCommand.NoTruncate, imagesCommand.OnlyLabeled, roots, imagesByParent, "") jsonToText(&buffer, imagesCommand.NoTruncate, imagesCommand.OnlyLabeled, roots, imagesByParent, "")
} }
if imagesCommand.Dot { if imagesCommand.Dot {