From 1ed878fc92512c5a83edd91e8ba6a678df093c57 Mon Sep 17 00:00:00 2001 From: Erik Rogers Date: Thu, 29 Jun 2023 23:22:43 -0400 Subject: [PATCH] chore: update version --- SleepHunter/SleepHunter.csproj | 4 ++-- SleepHunter/Views/MainWindow.xaml.cs | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/SleepHunter/SleepHunter.csproj b/SleepHunter/SleepHunter.csproj index 47ab93a..ae824d9 100644 --- a/SleepHunter/SleepHunter.csproj +++ b/SleepHunter/SleepHunter.csproj @@ -21,8 +21,8 @@ 2023 Erik 'SiLo' Rogers Dark Ages Automation Tool SleepHunter - 4.10.1.0 - 4.10.1.0 + 4.10.2.0 + 4.10.2.0 x64 diff --git a/SleepHunter/Views/MainWindow.xaml.cs b/SleepHunter/Views/MainWindow.xaml.cs index 8774127..e27cefc 100644 --- a/SleepHunter/Views/MainWindow.xaml.cs +++ b/SleepHunter/Views/MainWindow.xaml.cs @@ -1035,8 +1035,6 @@ private void ToggleSpellQueue(bool showQueue) if (spellQueueListBox == null) return; - logger.LogInfo($"Toggle spell queue panel: {showQueue}"); - if (showQueue) { Grid.SetColumnSpan(tabControl, 1);