minor: comment out "unpacked appearance" log mesasge for now

0.7.2-post-fixes
Justin Clark-Casey (justincc) 2011-12-09 23:44:34 +00:00
parent ede9aea45f
commit 382cda662f
1 changed files with 1 additions and 1 deletions

View File

@ -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
{