Stop python code being written to JMP log
Is there a way to stop JMP from printing a copy of code submitted to Python to the log?It seems that every time I runPython Submit( code )
I get a copy of code in the log.If only running once it's not a big deal, but if running a small chunk of python many times it does clutter up the log, making real messages harder to find. Does it also have a performance impact due to writing to the screen?I'm u...