perfs - cleanup

This commit is contained in:
Stephan
2017-09-07 13:45:56 +02:00
parent b02b2a61f0
commit d6f8b878d2

View File

@@ -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>