Remove debug line
This commit is contained in:
parent
5f3ba9a693
commit
0dcdc66e63
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue