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.
in AppDelegate.cpp file, and the applicationDidFinishLaunching method
// turn on display FPS pDirector->setDisplayStats(true);
change true to false