aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2020-02-12 12:23:22 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2020-02-12 12:23:22 +0200
commitffd8bbdb55ef8e99379dfb4aae2a48eca72f70ff (patch)
treebfa77d825aa0e14b57e81d9b23d2cd4c04689260 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs
parent4d10c084c97e771165b9fecdabe041290468d63d (diff)
downloadTango-ffd8bbdb55ef8e99379dfb4aae2a48eca72f70ff.tar.gz
Tango-ffd8bbdb55ef8e99379dfb4aae2a48eca72f70ff.zip
Removed all application information event logging from MS.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs10
1 files changed, 0 insertions, 10 deletions
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<IEventLogger>();
- if (eventLogger != null)
- {
- eventLogger.Log(e.Exception, "Application Crashed!");
- }
- }
- catch { }
-
Application.Current.Dispatcher.Invoke(() =>
{
WorkItem bug = null;