Some bisecting determines that it's actually the ANF inlining that's causing issues with the klogs demo; this change reverts it for the time being so we can hopefully get the other branches tested and merged without it, then re-add this once it's fixed.
Implementation notes
Removes the call to ANF.inline
Test coverage
I've tested this change with the local nimbus cluster running the klogs demo.
Overview
Some bisecting determines that it's actually the ANF inlining that's causing issues with the klogs demo; this change reverts it for the time being so we can hopefully get the other branches tested and merged without it, then re-add this once it's fixed.
Implementation notes
Removes the call to
ANF.inline
Test coverage
I've tested this change with the local nimbus cluster running the klogs demo.