How can I remove the fps figure at the bottom left using cocos2d-js

How can I remove the fps figure at the bottom left using cocos2d-js

I resolve it my self: cc.director.setDisplayStats(false);

here did you declaire that? I mean which part of your code can you share?

It’s a singleton class so technically any part would do it. But I’m sure you want to do it on startup.