Removed obsolete method from WebProfileProvider
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user