What did you do?
I noticed log() and print() stopped working in 2.1
What happened?
Debug message did not print during data stage. They work fine in control stage.
What did you expect to happen instead? It might be obvious to you, but do it anyway!
print / log should work during data stage. It worked fine in previous versions.
Does it happen always, once, or sometimes?
Always
[2.1.7] log() and print() stopped working in data stage
Re: [2.1.7] log() and print() stopped working in data stage
Thanks for the report however they do both work. Are you sure you haven't enabled the data-stage cache and as such the data stages aren't actually running once cached?
If you want to get ahold of me I'm almost always on Discord.
Re: [2.1.7] log() and print() stopped working in data stage
Idk about data-stage cache. This is the first time I heard about it. I guess it's enabled by default in 2.1? If so, how do I disable it?

