From 6ce5b162801a25abe33182a59cf8c2b2b1041f08 Mon Sep 17 00:00:00 2001 From: goaaats <16760685+goaaats@users.noreply.github.com> Date: Fri, 8 Oct 2021 17:51:34 +0200 Subject: [PATCH] fix: comment out log cull error message, doesn't really matter --- Dalamud.Injector/EntryPoint.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dalamud.Injector/EntryPoint.cs b/Dalamud.Injector/EntryPoint.cs index 3a641f48d..48463a2e8 100644 --- a/Dalamud.Injector/EntryPoint.cs +++ b/Dalamud.Injector/EntryPoint.cs @@ -175,9 +175,11 @@ namespace Dalamud.Injector } catch (Exception ex) { + /* var caption = "XIVLauncher Error"; var message = $"Log cull threw an exception: {ex.Message}\n{ex.StackTrace ?? string.Empty}"; _ = MessageBoxW(IntPtr.Zero, message, caption, MessageBoxType.IconError | MessageBoxType.Ok); + */ } }