Comment out ChildAgentDataUpdate.Pack() "Pack data" message for now.

0.7.2-post-fixes
Justin Clark-Casey (justincc) 2011-12-09 23:24:52 +00:00
parent 52b8518fc2
commit ede9aea45f
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ namespace OpenSim.Framework
public virtual OSDMap Pack()
{
m_log.InfoFormat("[CHILDAGENTDATAUPDATE] Pack data");
// m_log.InfoFormat("[CHILDAGENTDATAUPDATE] Pack data");
OSDMap args = new OSDMap();
args["message_type"] = OSD.FromString("AgentData");