ghostwheel
ghostwheel copied to clipboard
Disable side effect checking for print statements
I sometimes use print statements when debugging, and it is very annoying to have to manually disable side effect checking or rename functions every time i want to add a print statement to a ghostwheel >defn. Is there a way to globally disable side effect checking for certain statements, or just globally disable it?