fix: comment in ActorTable access log

This commit is contained in:
goat 2020-04-24 20:16:36 +02:00
parent f716628443
commit 0bd0efbd5b

View file

@ -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;