Flash Print() and Debugging

Monkey Targets Forums/Flash/Flash Print() and Debugging

AdamRedwoods(Posted 2013) [#1]
I do a lot of debugging with Print() for most targets, but I've noticed that Flash dumps Print() to the canvas.

Is there a way to turn this off without going through everything and removing all Prints()? (other than modify the code)
I didn't see a switch anywhere, but I would say this is something that could be needed for this target.


MikeHart(Posted 2013) [#2]
How about using DebugLog? This way it should only output stuff while in debug mode.

Edit: Ok my bad. On HTML5 it outputs also in release mode.