diff --git a/CHANGELIST.md b/CHANGELIST.md
index efe65568..adbb3304 100644
--- a/CHANGELIST.md
+++ b/CHANGELIST.md
@@ -82,6 +82,7 @@
- Update packages
- Simplify direct package references
- Remove vestigial progress indicators
+- Remove non-working last line log code
### 3.2.4 (2024-11-24)
diff --git a/MPF.UI/UserControls/LogOutput.xaml.cs b/MPF.UI/UserControls/LogOutput.xaml.cs
index 17c8ecec..7086f219 100644
--- a/MPF.UI/UserControls/LogOutput.xaml.cs
+++ b/MPF.UI/UserControls/LogOutput.xaml.cs
@@ -28,11 +28,6 @@ namespace MPF.UI.UserControls
///
private readonly Paragraph _paragraph;
- ///
- /// Cached value of the last line written
- ///
- private Run? lastLine = null;
-
#if NET35
private Button? ClearButton => ItemHelper.FindChild