perfs - cleanup
This commit is contained in:
@@ -822,9 +822,6 @@ namespace Umbraco.Web.Cache
|
||||
{
|
||||
var handler = FindHandler(e);
|
||||
if (handler == null) continue;
|
||||
|
||||
ApplicationContext.Current.ProfilingLogger.Logger.Info<CacheRefresherEventHandler>("Handling " + e.Sender + " " + e.EventName);
|
||||
|
||||
handler.Invoke(null, new[] { e.Sender, e.Args });
|
||||
}
|
||||
}
|
||||
@@ -833,7 +830,7 @@ namespace Umbraco.Web.Cache
|
||||
if (tempContext != null)
|
||||
tempContext.Dispose();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user