var IE = /*@cc_on!@*/false;

function cloud_log(msg)
{
	if (!IE)
	{
//		console.log(msg);
	}
}

