Skip to content

Commit

Permalink
remove debug trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHlt committed Mar 1, 2019
1 parent d5a7634 commit 0153366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion decoder/decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ func affect(data interface{}, vField reflect.Value, noDefaultVal bool) error {
}
newElem = dataValueElem
if vField.Type().Elem().Kind() == reflect.Ptr {
fmt.Println(vField.Type().Elem())
newElem = reflect.New(vField.Type().Elem().Elem())
if isUnmarshaler(newElem) {
err := newElem.Interface().(Unmarshaler).UnmarshalCloud(dataValueElem.Interface())
Expand Down

0 comments on commit 0153366

Please sign in to comment.