From 8b861f7c7752f5ab27304de6de3be8865c3483ee Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Fri, 22 Apr 2022 09:12:22 +1000 Subject: [PATCH] Log Panel: Remove a todo --- src/UI/Panels/LogPanel.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/UI/Panels/LogPanel.cs b/src/UI/Panels/LogPanel.cs index e988b2b..c2d33c3 100644 --- a/src/UI/Panels/LogPanel.cs +++ b/src/UI/Panels/LogPanel.cs @@ -14,8 +14,6 @@ using UniverseLib.Utility; namespace UnityExplorer.UI.Panels { - // TODO move the logic out of this class into a LogUtil class (also move ExplorerCore.Log into that) - public class LogPanel : UEPanel, ICellPoolDataSource { public struct LogInfo