Verified the log output for genRef is all ok & remove TODO note
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user