Topic: how to build non-logging version of nightly?

I'm using the latest Nightly build (cog 0.08 r1934) because it fixes a bug I was experiencing. But it writes to the log a lot. I can't find the NSLog / printf calls responsible for this, so I assume they are in frameworks where I can't see the code. Is there any way to solve this or do I just have to wait for a later build that removes the logging? Thx.

Re: how to build non-logging version of nightly?

The logging is either in the app, the CogAudio framework, or the plugins. You may have to search all those projects for NSLog to find them.

Re: how to build non-logging version of nightly?

Yep, you're right. I don't know why these didn't show up when doing a search within Xcode. I had to use BBEdit to find them instead. Commented them out, and built. Thx.

Re: how to build non-logging version of nightly?

mattn,

Any chance you can post the non-logging binary somewhere? Would be much appreciated.