Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"

Some other stuff snuck in.

This reverts commit 4cc533e7ad94d148351c16f48afd2a688a64c48a.
This commit is contained in:
Melanie
2010-05-27 19:02:20 +01:00
parent 6b6425aa5e
commit a48d7f62a7
4 changed files with 16 additions and 28 deletions

View File

@@ -436,19 +436,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
KillEntity(sp.Scene, sp.LocalId);
// MT wrapped this in a try because I've been seeing an
// eception here, but no line number. Need to see if SP is
// valid. This may move the exception to another place
// where it can be debugged better.
try
{
sp.MakeChildAgent();
}
catch(Exception e)
{
m_log.Error("Exception on MakeChildAgent: " + e.ToString());
}
sp.MakeChildAgent();
// Finally, let's close this previously-known-as-root agent, when the jump is outside the view zone
if (NeedsClosing(oldRegionX, newRegionX, oldRegionY, newRegionY, reg))