Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ytypes/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
"reflect"
"strings"

log "github.com/golang/glog"
"github.com/kylelemons/godebug/pretty"
"github.com/openconfig/goyang/pkg/yang"
"github.com/openconfig/ygot/util"
Expand Down Expand Up @@ -158,7 +157,6 @@ func unmarshalStruct(schema *yang.Entry, parent interface{}, jsonTree map[string
// Skip annotation fields since they do not have a schema.
// TODO(robjs): Implement unmarshalling annotations.
if util.IsYgotAnnotation(ft) {
log.Infof("ignoring annotation field %s during unmarshalling, unsupported", ft.Name)
// We need to find the paths that we should have unmarshalled here to avoid
// throwing errors to users whilst there is a TODO above.
paths, err := pathTagFromField(ft)
Expand Down