aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-09-27 13:43:26 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-09-27 13:43:26 +0300
commit7c5f7066d5b1e88673731690db71a7e90e37c152 (patch)
treec36b04b4b99da37fe065f45b4b26b79bf50fef9a /Software/Visual_Studio/PPC/Tango.PPC.UI
parent62aaf350dd5645c3778a0a40ea3ff66280e1bf8c (diff)
downloadTango-7c5f7066d5b1e88673731690db71a7e90e37c152.tar.gz
Tango-7c5f7066d5b1e88673731690db71a7e90e37c152.zip
Redundant.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
index 625ad7e85..b35e311a9 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
@@ -38,7 +38,7 @@ namespace Tango.PPC.UI
StartupArgs = e.Args;
- LogManager.RegisterLogger(new ConsoleLogger("Tango PPC Debug"));
+ //LogManager.RegisterLogger(new ConsoleLogger("Tango PPC Debug"));
LogManager.RegisterLogger(new FileLogger());
LogManager.Log("Application Started...");