get rid of bogus log message

bulletsim
Justin Clark-Casey (justincc) 2011-08-06 03:06:05 +01:00
parent eec54adac5
commit 6878049952
1 changed files with 0 additions and 7 deletions

View File

@ -2298,13 +2298,6 @@ namespace OpenSim.Region.Framework.Scenes
/// <param name="rotation">The direction in which this avatar should now face.
public void AddNewMovement(Vector3 vec, Quaternion rotation)
{
if (m_isChildAgent)
{
// WHAT???
m_log.Debug("[SCENEPRESENCE]: AddNewMovement() called on child agent, making root agent!");
return;
}
m_perfMonMS = Util.EnvironmentTickCount();
Rotation = rotation;