Fixed MVC profiler issue with Jobs, SQL profiling is on again.

This commit is contained in:
kay.one 2011-06-18 10:58:52 -07:00
commit bbf27c6f66
3 changed files with 18 additions and 16 deletions

View file

@ -41,7 +41,8 @@ namespace NzbDrone.Web
//base.OnApplicationStarted();
AreaRegistration.RegisterAllAreas();
RegisterGlobalFilters(GlobalFilters.Filters);
//RegisterRoutes(RouteTable.Routes);
Logger.Debug("Fully initialized and ready.");
}
protected override IKernel CreateKernel()