aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-25 02:49:54 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-25 02:49:54 +0300
commit07173155f536396f80501839b336adac76c90f7b (patch)
tree3547fa32576fea8d6a9178aa47110ee0520f9971 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels
parent0c9eb8f523a031c4f3ef5219a2eae06e50cac0b4 (diff)
downloadTango-07173155f536396f80501839b336adac76c90f7b.tar.gz
Tango-07173155f536396f80501839b336adac76c90f7b.zip
Removed all application event logging from MS.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs
index 97ff894df..f4645ecf2 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs
@@ -263,7 +263,7 @@ namespace Tango.MachineStudio.UI.ViewModels
return;
}
- _eventLogger.Log(EventTypes.APPLICATION_STARTED, "Application Started!");
+ //_eventLogger.Log(EventTypes.APPLICATION_STARTED, "Application Started!");
_navigationManager.NavigateTo(NavigationView.MainView);