Removed obsolete method from WebProfileProvider

This commit is contained in:
Ed Parry
2018-06-29 12:31:28 +01:00
parent ce74108848
commit 5d3309dbf1

View File

@@ -91,13 +91,6 @@ namespace Umbraco.Core.Logging
return _startupProfiler;
}
// obsolete but that's the one that's called ;-(
[Obsolete]
public override MiniProfiler Start(ProfileLevel level, string sessionName = null)
{
return Start(sessionName);
}
/// <summary>
/// Gets the current profiler.
/// </summary>