Sfoglia il codice sorgente

Menghilangkan System.out

pull/14/head
parent
commit
a890572880
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      src/main/java/id/amigogroup/posterminal/keamanan/FormLoginController.java

+ 0
- 1
src/main/java/id/amigogroup/posterminal/keamanan/FormLoginController.java Vedi File

@@ -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());


Caricamento…
Annulla
Salva