From 0bd0efbd5b84cb82b9b38398a562b6d2f13cd1ee Mon Sep 17 00:00:00 2001 From: goat Date: Fri, 24 Apr 2020 20:16:36 +0200 Subject: [PATCH] fix: comment in ActorTable access log --- Dalamud/Game/ClientState/Actors/ActorTable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Game/ClientState/Actors/ActorTable.cs b/Dalamud/Game/ClientState/Actors/ActorTable.cs index 4e45901eb..205f15faa 100644 --- a/Dalamud/Game/ClientState/Actors/ActorTable.cs +++ b/Dalamud/Game/ClientState/Actors/ActorTable.cs @@ -58,7 +58,7 @@ namespace Dalamud.Game.ClientState.Actors { var offset = Marshal.ReadIntPtr(tblIndex); - Log.Debug($"Reading actor {index} at {tblIndex.ToInt64():X} pointing to {offset.ToInt64():X}"); + //Log.Debug($"Reading actor {index} at {tblIndex.ToInt64():X} pointing to {offset.ToInt64():X}"); if (offset == IntPtr.Zero) return null;