Skip to content

Commit

Permalink
Remove test crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Leapward-Koex authored Feb 14, 2024
1 parent ed95e6e commit c98483d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ private void exitWithSinmai_Click(object sender, RoutedEventArgs e)

private async void buttonInstallComPort_Click(object sender, RoutedEventArgs e)
{
throw new Exception("Test exception for crash dump generation");

await comPortManager.InstallComPort();
}

Expand All @@ -218,4 +216,4 @@ private void buttonListComPorts_Click(object sender, RoutedEventArgs e)
var output = comPortManager.GetInstalledPorts();
MessageBox.Show(string.Join("\n", output), "Installed ports");
}
}
}

0 comments on commit c98483d

Please sign in to comment.