From 872cdbc684655b2dd08452653a25961a31d99303 Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Mon, 11 May 2026 20:51:56 +0200 Subject: [PATCH] Diagnostics: clean up orphaned AddSection brackets --- windows/PopupWindow.xaml.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/windows/PopupWindow.xaml.cs b/windows/PopupWindow.xaml.cs index 5b83f11..9d309f9 100644 --- a/windows/PopupWindow.xaml.cs +++ b/windows/PopupWindow.xaml.cs @@ -570,9 +570,6 @@ public partial class PopupWindow : Window reqRows.Add(MakeRow("Time", VM.DiagLastFetch.Value.ToString("HH:mm:ss"))); AddSection("LAST REQUEST", reqRows); - [ - ]); - // STORED COOKIE NAMES var storedNames = GetStoredCookieNames(); var nameRows = new List();