I would like to globally ignore all println() calls in my Swift code if I am not in a Debug build. I can\'t find any robust step by step instructions for this a
println()
You can also use a breakpoint, set it to continue after evaluation, and write the print message in the breakpoint!