Skip to content

Commit c72b273

Browse files
author
Oleg Sucharevich
committed
do not print the input
1 parent 4c1795a commit c72b273

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

pkg/renderer/renderer.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package renderer
22

33
import (
44
"bytes"
5-
"fmt"
65
"io"
76
"io/ioutil"
87
"strings"
@@ -66,7 +65,6 @@ func (r *renderer) Render() (*bytes.Buffer, error) {
6665
if err != nil {
6766
return nil, err
6867
}
69-
fmt.Println(string(res))
7068
err = yaml.Unmarshal([]byte(string(res)), &vals)
7169
if err != nil {
7270
return nil, err

0 commit comments

Comments
 (0)