Commented a couple of verbose debug messages.

This commit is contained in:
Diva Canto
2011-12-16 17:23:30 -08:00
parent 8300bb651e
commit 99623894c7
2 changed files with 2 additions and 2 deletions

View File

@@ -478,7 +478,7 @@ namespace OpenSim.Framework
/// <param name="hash"></param>
public virtual void Unpack(OSDMap args, IScene scene)
{
m_log.InfoFormat("[CHILDAGENTDATAUPDATE] Unpack data");
//m_log.InfoFormat("[CHILDAGENTDATAUPDATE] Unpack data");
if (args.ContainsKey("region_id"))
UUID.TryParse(args["region_id"].AsString(), out RegionID);