Can't stop output going to console

Howdy.

I've commented out every last usage "self.logger" and "print" from the hello world example in the Corona sample code, yet output keeps spewing out to my console.

I'd like to disable the logger entirely. Is there a setLogLevel option for that, such as "NONE"?? How can I clear any/all info going to my console? It's difficult to track my own output mixed in with the client's connection status.

Thanks for the help!

-Mario

Comments