aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs
diff options
context:
space:
mode:
authorMirta <mirta@twine-s.com>2021-04-19 17:59:52 +0300
committerMirta <mirta@twine-s.com>2021-04-19 17:59:52 +0300
commit9cb29ab4e21baccfa08781f3755438749e25b4e7 (patch)
tree51764bb5805f17542bbc1108e563dc12ab531d9a /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs
parentb8a51d8cd2e5e57e489922cece83ae2c97ea7881 (diff)
parent84407a4a05344d13076f970ff62d6660d7504231 (diff)
downloadTango-9cb29ab4e21baccfa08781f3755438749e25b4e7.tar.gz
Tango-9cb29ab4e21baccfa08781f3755438749e25b4e7.zip
Merge branch 'software' of https://twinetfs.visualstudio.com/Tango/_git/Tango into software
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs
index ae31a64a1..cce7d277b 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs
@@ -238,11 +238,6 @@ namespace Tango.PPC.UI.ViewModels
/// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
private void ApplicationManager_SetupRequired(object sender, EventArgs e)
{
- if (!LogManager.Categories.Contains(LogCategory.Debug))
- {
- LogManager.Categories.Add(LogCategory.Debug);
- }
-
var logger = new SimpleStringLogger();
logger.Categories.Remove(LogCategory.Debug);
LogManager.RegisterLogger(logger);