Removed XXX Debug. Increased ReadWriteTimeout on ServiceOSDRequest, because it was _way_ too low and is probably making writes abort in the middle.

This commit is contained in:
Diva Canto
2011-04-30 17:40:21 -07:00
parent 56df746133
commit 91a604d4b6
2 changed files with 3 additions and 13 deletions

View File

@@ -454,7 +454,6 @@ namespace OpenSim.Framework
{
OSDMap info = new OSDMap(4);
info["sog"] = OSD.FromString(so.ToXml2());
m_log.DebugFormat("[XXX] {0}", so.ToXml2());
info["extra"] = OSD.FromString(so.ExtraToXmlString());
info["modified"] = OSD.FromBoolean(so.HasGroupChanged);
try