Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 8b9556c

Browse files
author
Jean-Christophe Sirot
committed
minor code cleanup
Signed-off-by: Jean-Christophe Sirot <[email protected]>
1 parent 1d0e661 commit 8b9556c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/commands/cnab.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ func resolveBundle(dockerCli command.Cli, bundleStore appstore.BundleStore, name
271271
return extractAndLoadAppBasedBundle(dockerCli, name)
272272
}
273273
bndl, err := loadBundleFromFile(name)
274-
//bndl, err := loader.NewLoader().Load(name)
275274
return bndl, "", err
276275
case nameKindDir, nameKindEmpty:
277276
if pullRef {

0 commit comments

Comments
 (0)