diff --git a/Wox/App.xaml.cs b/Wox/App.xaml.cs index 012f2be7e9..7431a0fc72 100644 --- a/Wox/App.xaml.cs +++ b/Wox/App.xaml.cs @@ -140,8 +140,6 @@ namespace Wox private static void RegisterAppDomainExceptions() { AppDomain.CurrentDomain.UnhandledException += ErrorReporting.UnhandledExceptionHandle; - AppDomain.CurrentDomain.FirstChanceException += - (s, e) => { Log.Exception("|App.RegisterAppDomainExceptions|First Chance Exception:", e.Exception); }; } public void Dispose()