quick3.3加载csb时,如何去掉大量无用LOG信息?

quick3.3加载csb时,如何去掉大量无用LOG信息?

如下:

callBackName cannot be found
size = 0
child = 09DC7AC8
child = 0A2AB2A8
classname = ImageView
callBackName cannot be found
size = 2
classname = Text
callBackName cannot be found
size = 0
child = 0B0AC8C0
classname = Text
callBackName cannot be found
size = 0
child = 0B0B34F0
child = 0B0AC480
classname = Button
callBackName cannot be found
size = 0
child = 0B1608F0
child = 09FE8FC0

楼猪好懒,你随便吧打印信息在c++代码里搜索一下就找到啦…\frameworks\cocos2d-x\cocos\editor-support\cocostudio\ActionTimeline\CSLoader.cpp函数Node* CSLoader::nodeWithFlatBuffersFile(const std::string &fileName)

用的quick,要改C++代码才行吗?