Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-segu committed Mar 24, 2024
1 parent 6d15b15 commit 8bbbcdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/dyn/convert/normalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ func (n normalizeOptions) normalizeStruct(typ reflect.Type, src dyn.Value, seen
out[k] = v
}
}
print("HELLLOOOOOO")
return dyn.NewValue(out, src.Location()), diags
case dyn.KindNil:
return src, diags
Expand Down

0 comments on commit 8bbbcdb

Please sign in to comment.