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 +}