window.bShowLog = true; window.CustomLog = function() { if(bShowLog) { cc.log(arguments); } };