aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Web
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Web')
-rw-r--r--Software/Visual_Studio/Tango.Web/TangoWebApplication.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Web/TangoWebApplication.cs b/Software/Visual_Studio/Tango.Web/TangoWebApplication.cs
index c9fea1678..f168fe9a4 100644
--- a/Software/Visual_Studio/Tango.Web/TangoWebApplication.cs
+++ b/Software/Visual_Studio/Tango.Web/TangoWebApplication.cs
@@ -26,7 +26,6 @@ namespace Tango.Web
protected virtual void Application_Start()
{
LogManager.Default.RegisterLogger(new AzureCloudLogger());
-
GlobalConfiguration.Configuration.Filters.Add(new LogExceptionFilterAttribute());
}