From e17ba1c876a4420da703fc4008181a4137c1ad8f Mon Sep 17 00:00:00 2001 From: Warren Date: Thu, 23 Aug 2018 13:09:51 +0100 Subject: [PATCH] Verified the log output for genRef is all ok & remove TODO note --- src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs b/src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs index c6b45aed0d..ca5a5db88c 100644 --- a/src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs +++ b/src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs @@ -1194,7 +1194,6 @@ namespace Umbraco.Web.PublishedCache.NuCache { if (_gen < 0) return; #if DEBUG - //WB: TODO Need to inspect what Snapshot prop is returning here _logger.Debug("Dispose snapshot ({Snapshot})", _genRef?.GenRefRef.Count.ToString() ?? "live"); #endif _gen = -1;