Removed commented logging

This commit is contained in:
CakeAndBanana
2025-10-05 20:13:36 +02:00
parent 19e42d34ff
commit 15798e6753

View File

@@ -194,8 +194,6 @@ public unsafe class NameplateHandler : IMediatorSubscriber
var cid = DalamudUtilService.GetHashedCIDFromPlayerPointer((nint)objectInfo->GameObject);
//_logger.LogInformation($"checking cid: {cid}", cid);
if (cid == null || !_activeBroadcastingCids.Contains(cid))
{
pNode->AtkResNode.ToggleVisibility(false);