Skip to content

Commit

Permalink
Remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Sep 28, 2023
1 parent 80ace78 commit 2759bd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gogen/codegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ func (cg *CodeGenerator) Generate(yangFiles, includePaths []string) (*GeneratedC
for _, fn := range dir.OrderedFieldNames() {
field := dir.Fields[fn]

// Strip the module name from the path.
schemaPath := field.YANGDetails.SchemaPath
switch {
case field.LangType == nil:
Expand Down

0 comments on commit 2759bd6

Please sign in to comment.