Remove monocov and other obsolete nant build targets.

monocov was a code coverage attempt 3 years ago which no longer works.
other removed targets have been commented out or unused for a very long time
This commit is contained in:
Justin Clark-Casey (justincc)
2012-01-16 22:58:58 +00:00
parent 2e4fbe6b17
commit 82ad9d4e04
5 changed files with 20 additions and 193 deletions

View File

@@ -1212,7 +1212,7 @@ namespace OpenSim.Region.Framework.Scenes
m_callbackURI = null;
}
//m_log.DebugFormat("[SCENE PRESENCE] Completed movement");
m_log.DebugFormat("[SCENE PRESENCE] Completed movement");
ControllingClient.MoveAgentIntoRegion(m_scene.RegionInfo, AbsolutePosition, look);
ValidateAndSendAppearanceAndAgentData();