Remove curr.info

This commit is contained in:
Ulf Karlsson 2022-02-07 20:00:10 +01:00
parent db53b6c720
commit 8678ef62d6

@ -129,7 +129,6 @@ export const decodeUpdateV2 = (update, YDecoder = UpdateDecoderV2) => {
const lazyDecoder = new LazyStructReader(updateDecoder, false)
for (let curr = lazyDecoder.curr; curr !== null; curr = lazyDecoder.next()) {
structs.push(curr)
curr.info
}
return {
'structs': structs,