aboutsummaryrefslogtreecommitdiffstats
path: root/Software
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-11-18 12:53:14 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-11-18 12:53:14 +0200
commit76e5322b622e45d69261eef438c5ca47c1b20b29 (patch)
tree05f47e408acf87f581f36ac1acc7522fdae1e2eb /Software
parent2cc2bae70e86ff18d05a3579407b08e305b9053d (diff)
downloadTango-76e5322b622e45d69261eef438c5ca47c1b20b29.tar.gz
Tango-76e5322b622e45d69261eef438c5ca47c1b20b29.zip
Redundant.
Diffstat (limited to 'Software')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Global.asax.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Global.asax.cs b/Software/Visual_Studio/Web/Tango.MachineService/Global.asax.cs
index d90d11d15..ef698bb25 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Global.asax.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Global.asax.cs
@@ -29,7 +29,7 @@ namespace Tango.MachineService
FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
RouteConfig.RegisterRoutes(RouteTable.Routes);
- LogManager.Default.RegisterLogger(new FileLogger());
+ //LogManager.Default.RegisterLogger(new FileLogger());
LogManager.Default.RegisterLogger(new VSOutputLogger("MachineService"));
//register your filter with Web API pipeline