mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: remove duplicate exception log
This commit is contained in:
parent
6ec657266b
commit
386251f232
1 changed files with 2 additions and 2 deletions
|
|
@ -199,9 +199,9 @@ namespace Dalamud.Plugin.Internal
|
|||
{
|
||||
// Not a plugin
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
Log.Error(ex, "During boot plugin load, an unexpected error occurred");
|
||||
Log.Error("During boot plugin load, an unexpected error occurred");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue