aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-04-13 12:57:53 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-04-13 12:57:53 +0300
commitc4923289f5ef45d6287a48b4cdcb4a72924157ee (patch)
tree02d020baa2a23e337f66db8f82ea39c931f1eb62 /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs
parentf7e96fd7a8a63ab099c135f339898355b3dd0bb2 (diff)
downloadTango-c4923289f5ef45d6287a48b4cdcb4a72924157ee.tar.gz
Tango-c4923289f5ef45d6287a48b4cdcb4a72924157ee.zip
Removed debug logs from PPC setup.
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);