OSDN Git Service

Silence too verbose debug
authorLatif Khalifa <latifer@streamgrid.net>
Tue, 4 Mar 2014 23:36:13 +0000 (00:36 +0100)
committerLatif Khalifa <latifer@streamgrid.net>
Tue, 4 Mar 2014 23:36:13 +0000 (00:36 +0100)
Radegast/Core/StateManager.cs

index 48a0916..4387a57 100644 (file)
@@ -611,7 +611,7 @@ namespace Radegast
                 else
                 {
                     Vector3 pos = client.Self.SimPosition + DefaultCameraOffset * client.Self.Movement.BodyRotation;
-                    Logger.Log("Setting camera position to " + pos.ToString(), Helpers.LogLevel.Debug);
+                    //Logger.Log("Setting camera position to " + pos.ToString(), Helpers.LogLevel.Debug);
                     client.Self.Movement.Camera.LookAt(
                         pos,
                         client.Self.SimPosition