* Remove a noisy debug console message that was used for testing the camera constraints. Ooops.

trunk
Teravus Ovares 2009-07-19 02:41:32 +00:00
parent 08819bcbea
commit cf712075e5
1 changed files with 1 additions and 1 deletions

View File

@ -3784,7 +3784,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
CameraConstraintPacket cpack = (CameraConstraintPacket)PacketPool.Instance.GetPacket(PacketType.CameraConstraint);
cpack.CameraCollidePlane = new CameraConstraintPacket.CameraCollidePlaneBlock();
cpack.CameraCollidePlane.Plane = ConstraintPlane;
m_log.DebugFormat("[CLIENTVIEW]: Constraint {0}", ConstraintPlane);
//m_log.DebugFormat("[CLIENTVIEW]: Constraint {0}", ConstraintPlane);
OutPacket(cpack, ThrottleOutPacketType.Task);
}