From ffd8bbdb55ef8e99379dfb4aae2a48eca72f70ff Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 12 Feb 2020 12:23:22 +0200 Subject: Removed all application information event logging from MS. --- .../MachineStudio/Tango.MachineStudio.UI/App.xaml.cs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs index e51247337..cb17a5a83 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs @@ -154,16 +154,6 @@ namespace Tango.MachineStudio.UI return; } - try - { - var eventLogger = TangoIOC.Default.GetInstance(); - if (eventLogger != null) - { - eventLogger.Log(e.Exception, "Application Crashed!"); - } - } - catch { } - Application.Current.Dispatcher.Invoke(() => { WorkItem bug = null; -- cgit v1.3.1