From 7c5f7066d5b1e88673731690db71a7e90e37c152 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 27 Sep 2018 13:43:26 +0300 Subject: Redundant. --- Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI') 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..."); -- cgit v1.3.1