From c98483d6d5af240482249f17aaab3a6287a16b93 Mon Sep 17 00:00:00 2001 From: Leapward-Koex <30615050+Leapward-Koex@users.noreply.github.com> Date: Thu, 15 Feb 2024 07:40:57 +1300 Subject: [PATCH] Remove test crash --- MainWindow.xaml.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index f4e2659..04b55bc 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -203,8 +203,6 @@ public partial class MainWindow : Window private async void buttonInstallComPort_Click(object sender, RoutedEventArgs e) { - throw new Exception("Test exception for crash dump generation"); - await comPortManager.InstallComPort(); } @@ -218,4 +216,4 @@ public partial class MainWindow : Window var output = comPortManager.GetInstalledPorts(); MessageBox.Show(string.Join("\n", output), "Installed ports"); } -} \ No newline at end of file +}