I have a module that writes some diag info to the console. I want to remove the entire module in the release version. This works in VSC, which includes the module. But when I export it for release, this breaks. I think this is supposed to work. I could put the debug annotation at the method level, but I think it should work at the module level too right? Is my syntax wrong?
==================
(:debug)
module LogWrites {