Remove test crash

pull/7/head 1.0.4
Leapward-Koex 2024-02-15 07:40:57 +13:00 committed by GitHub
parent ed95e6eb35
commit c98483d6d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -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");
}
}
}