Verified the log output for genRef is all ok & remove TODO note

This commit is contained in:
Warren
2018-08-23 13:09:51 +01:00
parent 224a7de61f
commit e17ba1c876

View File

@@ -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<Snapshot>("Dispose snapshot ({Snapshot})", _genRef?.GenRefRef.Count.ToString() ?? "live");
#endif
_gen = -1;