From 218f996ffe328a549cf74f54d7eb4319e567b708 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Wed, 5 Mar 2014 00:36:13 +0100 Subject: [PATCH] Silence too verbose debug --- Radegast/Core/StateManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Radegast/Core/StateManager.cs b/Radegast/Core/StateManager.cs index 48a0916..4387a57 100644 --- a/Radegast/Core/StateManager.cs +++ b/Radegast/Core/StateManager.cs @@ -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 -- 2.11.0