Skip to content

Commit cf4fba5

Browse files
committed
remove debugging cruft
1 parent d3efa4e commit cf4fba5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/templateexport.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ func tarBytesToTree(templateName string, raw []byte) error {
3535
if err != nil {
3636
return xerrors.Errorf("unable to create archived file: %w", err)
3737
}
38-
fmt.Println("created file " + filename)
3938

4039
_, err = io.Copy(f, archiveReader)
4140
if err != nil {

0 commit comments

Comments
 (0)