diff --git a/CustomizePlus/Helpers/GameDataHelper.cs b/CustomizePlus/Helpers/GameDataHelper.cs index 9dc799a..87f69f3 100644 --- a/CustomizePlus/Helpers/GameDataHelper.cs +++ b/CustomizePlus/Helpers/GameDataHelper.cs @@ -284,7 +284,6 @@ public unsafe static string GetObjectName(DalamudObject obj) public static unsafe string GetCutsceneName(DalamudObject gameObject) { if (gameObject.ObjectKind != DalamudObjectKind.Player && gameObject.Name.TextValue != string.Empty) { - PluginLog.Verbose($"Found Object that isnt player or Cutscene object. Its {gameObject.ObjectKind}. Also, Name is: {GetInitials(gameObject.Name.TextValue)}"); return gameObject.Name.TextValue; }