Commit 677d1d6fe2ef9cc28576c6f89f343065454d0896

Authored by JLo'w
1 parent 91d8fc9e

Encore des prints cancers en moins

PremiereActivite/app/src/main/java/com/example/app_10p5/MainActivite.java
... ... @@ -217,9 +217,7 @@ public class MainActivite extends FragmentActivity implements ASyncResponse {
217 217 mState = STATE_CONNEXION;
218 218  
219 219 try{
220   - System.out.println("try");
221 220 URL url = new URL(CarteActivite.HOST + "api/utilisateur/connexion");
222   - System.out.println("url");
223 221 HashMap<String, String> param = new HashMap<String, String>();
224 222 param.put("login", user);
225 223 param.put("mdp", password);
... ...