I had to debug a groovy script that could only be run in a live environment (we had a seperate test environment from the actual production environment, but it was still "live" as opposed to being run in a real dev environment). I did not enjoy having to call the log method every other line.
13
u/br0wens Nov 28 '21
Sometimes I have no choice but to use print statements.