Menghilangkan System.out

pull/14/head
Ronaldo Christnawan 6 years ago
parent 2a36074648
commit a890572880

@ -115,7 +115,6 @@ public class FormLoginController implements Initializable {
Stage thisStage = (Stage) apMain.getScene().getWindow();
thisStage.hide();
} else {
System.out.println("Gagal ");
Alert alert = AlertUtil.getAlertError(
AlertUtil.ERROR_KARYAWAN_TIDAK_BOLEH_AKSES_TITLE,
objectNode.get("message").asText());

Loading…
Cancel
Save