mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: comment out log cull error message, doesn't really matter
This commit is contained in:
parent
76b21d8130
commit
6ce5b16280
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue