From 0daa5d8b4d2127437b079c089a680dcbcf1c5268 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 9 Dec 2011 23:44:34 +0000 Subject: minor: comment out "unpacked appearance" log mesasge for now --- OpenSim/Framework/AgentCircuitData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/AgentCircuitData.cs') diff --git a/OpenSim/Framework/AgentCircuitData.cs b/OpenSim/Framework/AgentCircuitData.cs index 12c8ac0..54e1bf7 100644 --- a/OpenSim/Framework/AgentCircuitData.cs +++ b/OpenSim/Framework/AgentCircuitData.cs @@ -311,7 +311,7 @@ namespace OpenSim.Framework if (args.ContainsKey("packed_appearance") && (args["packed_appearance"].Type == OSDType.Map)) { Appearance.Unpack((OSDMap)args["packed_appearance"]); - m_log.InfoFormat("[AGENTCIRCUITDATA] unpacked appearance"); +// m_log.InfoFormat("[AGENTCIRCUITDATA] unpacked appearance"); } else { -- cgit v1.1