aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-03-28 14:34:58 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-03-28 14:34:58 +0300
commit08bd4400dfd45245ae301b5cb28103322ddf865a (patch)
tree6cc7caf742e00e5746fe20401857fdc569b922a7 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs
parentbfbdac5a071e7aea068e6f4acd796e83e73cf970 (diff)
parent953fc4deb9d94a63afe07d66ccf78ff42f54c3bb (diff)
downloadTango-08bd4400dfd45245ae301b5cb28103322ddf865a.tar.gz
Tango-08bd4400dfd45245ae301b5cb28103322ddf865a.zip
SystemReset request
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs
index 54b83a5cc..5776cadc2 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs
@@ -70,7 +70,6 @@ namespace Tango.MachineStudio.UI.ViewModels
{
_studioModuleLoader.LoadModules();
_navigationManager.NavigateTo(NavigationView.LoginView);
- _eventLogger.Log("Application started successfully");
IsLoading = false;
});
}