How do I get rid of the numbers in the bottom left of the screen when I am making a cocos2d game? This is probably a newb question, but still.
Just a heads up for people checking this out at a later date (like me). setDisplayFPS is deprecated now. Use setDisplayStats instead.
setDisplayFPS
setDisplayStats
[[CCDirector sharedDirector] setDisplayStats:NO];