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);