Remove spurious test statements
This commit is contained in:
parent
00832e92bf
commit
8af3162f46
@ -50,9 +50,6 @@ public class MainController implements Initializable {
|
|||||||
|
|
||||||
@FXML
|
@FXML
|
||||||
private void handleStationSettingsButtonPress() {
|
private void handleStationSettingsButtonPress() {
|
||||||
System.out.println("Button pressed!");
|
|
||||||
lastRetrievedLabel.setText("Button pressed!");
|
|
||||||
|
|
||||||
if (settingsStage == null || !settingsStage.isShowing()) {
|
if (settingsStage == null || !settingsStage.isShowing()) {
|
||||||
try {
|
try {
|
||||||
FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource("StationSettingsView.fxml"));
|
FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource("StationSettingsView.fxml"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user