reverts profiler changes, we'll inlcude in 7.4

This commit is contained in:
Shannon
2016-01-28 18:37:56 +01:00
parent 8916c68a0c
commit d1be38be64

View File

@@ -182,11 +182,8 @@ namespace Umbraco.Web
protected override void InitializeProfilerResolver()
{
base.InitializeProfilerResolver();
//Set the profiler to be the web profiler
var profiler = new WebProfiler();
ProfilerResolver.Current.SetProfiler(profiler);
profiler.Start();
ProfilerResolver.Current.SetProfiler(new WebProfiler());
}
/// <summary>