diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-09-27 13:43:26 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-09-27 13:43:26 +0300 |
| commit | 7c5f7066d5b1e88673731690db71a7e90e37c152 (patch) | |
| tree | c36b04b4b99da37fe065f45b4b26b79bf50fef9a /Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs | |
| parent | 62aaf350dd5645c3778a0a40ea3ff66280e1bf8c (diff) | |
| download | Tango-7c5f7066d5b1e88673731690db71a7e90e37c152.tar.gz Tango-7c5f7066d5b1e88673731690db71a7e90e37c152.zip | |
Redundant.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs | 2 |
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..."); |
