Remove spurious test statements

This commit is contained in:
Nathan McRae 2025-02-08 17:13:04 -08:00
parent 00832e92bf
commit 8af3162f46

View File

@ -50,9 +50,6 @@ public class MainController implements Initializable {
@FXML
private void handleStationSettingsButtonPress() {
System.out.println("Button pressed!");
lastRetrievedLabel.setText("Button pressed!");
if (settingsStage == null || !settingsStage.isShowing()) {
try {
FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource("StationSettingsView.fxml"));