How to suppress messages in the Python console?
-
Is it possible to suppress the default messages from the built-in methods like simulation.CreateVoxels() or SurfaceFieldFluxEvaluator().Update()?
For context: I have a python script to create voxels, run and then perform analysis on multiple simulations. The script also print to the Python console some customized messages with information relevant to my project. However, these messages are often displaced by the default messages from s4l and I need to scroll far up to look for the relevant info.
Thanks,
gbh(Edited: typo)