fix: comment out log cull error message, doesn't really matter

This commit is contained in:
goaaats 2021-10-08 17:51:34 +02:00
parent 76b21d8130
commit 6ce5b16280
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -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);
*/
}
}