From 626b9e8f7b27f1dc1903f060ba220ef36dc108fc Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Tue, 22 Jan 2019 10:07:56 +0000 Subject: [PATCH] Remove a TODO comment that was hanging around --- src/Umbraco.Core/Logging/Viewer/JsonLogViewer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Core/Logging/Viewer/JsonLogViewer.cs b/src/Umbraco.Core/Logging/Viewer/JsonLogViewer.cs index 36cfad23e7..ea2c8aa49f 100644 --- a/src/Umbraco.Core/Logging/Viewer/JsonLogViewer.cs +++ b/src/Umbraco.Core/Logging/Viewer/JsonLogViewer.cs @@ -79,7 +79,6 @@ namespace Umbraco.Core.Logging.Viewer var reader = new LogEventReader(stream); while (reader.TryRead(out var evt)) { - //TODO - convert psuedo code if (count > skip + take) { break;