Remove testing statement

This commit is contained in:
Nathan McRae 2025-05-26 21:41:42 -07:00
parent b6a6ec5e3a
commit 769f80ec72

View File

@ -181,8 +181,6 @@ public class MainController implements Initializable {
stationNameField.textProperty().bindBidirectional(selectedStationName);
nextSendTimeLabel.textProperty().bind(nextSendTime);
nextSendTime.set("sup brah");
Result<MainSettings, Exception> result = MainSettings.load();
if (!result.hasSuccess()) {
Alert alert = new Alert(Alert.AlertType.ERROR, "Unable to load settings file. See log for details. Reinitialize settings? This may overwrite existing settings.", ButtonType.YES, ButtonType.NO);