From d3676b376d88b54b53e4db9bb99f212e44da992f Mon Sep 17 00:00:00 2001 From: Shannon Deminick Date: Wed, 26 Sep 2012 13:59:24 +0700 Subject: [PATCH] Removed test route --- src/Umbraco.Web/WebBootManager.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Umbraco.Web/WebBootManager.cs b/src/Umbraco.Web/WebBootManager.cs index 9fff62b2db..36c4b2ff44 100644 --- a/src/Umbraco.Web/WebBootManager.cs +++ b/src/Umbraco.Web/WebBootManager.cs @@ -156,12 +156,6 @@ namespace Umbraco.Web //register it RouteTable.Routes.RegisterArea(pluginControllerArea); } - - RouteTable.Routes.MapRoute( - "Account", - "account/{action}/{id}", - new { controller = "Account", action = "Index", id = UrlParameter.Optional } - ); }