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.
To show it only when compiling for debug:
#if defined (DEBUG) [[CCDirector sharedDirector] setDisplayFPS:NO]; #endif