Remove spurious test statements
This commit is contained in:
parent
00832e92bf
commit
8af3162f46
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user