Skip to content

Commit fcad071

Browse files
committed
#1 cleanup output
1 parent 70128ca commit fcad071

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

decode.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ func DecodeHeader(header http.Header, v interface{}) error {
2222
val := reflect.ValueOf(v)
2323
for val.Kind() == reflect.Ptr {
2424
val = val.Elem()
25-
fmt.Println(val.Kind())
2625
}
2726

2827
if val.Kind() != reflect.Struct {

0 commit comments

Comments
 (0)