I've looked but I can't find anything about this. Does anyone know if there is a way to disable the on screen printing in a Scene/SceneView?
I'm referring to this: For debugging purposes, a SceneView will show standard output and exceptions in a “status line” at the bottom, so you can use print statements during development, even if your scene covers the whole screen.
(Actually this is only documented in SceneView, even though the feature is available when using Scene.run() to show a Scene. )
Sometimes printing stuff when running a script is useful, even when you don't want to see it directly on screen.