Commit 677d1d6fe2ef9cc28576c6f89f343065454d0896
1 parent
91d8fc9e
Encore des prints cancers en moins
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
PremiereActivite/app/src/main/java/com/example/app_10p5/MainActivite.java
@@ -217,9 +217,7 @@ public class MainActivite extends FragmentActivity implements ASyncResponse { | @@ -217,9 +217,7 @@ public class MainActivite extends FragmentActivity implements ASyncResponse { | ||
217 | mState = STATE_CONNEXION; | 217 | mState = STATE_CONNEXION; |
218 | 218 | ||
219 | try{ | 219 | try{ |
220 | - System.out.println("try"); | ||
221 | URL url = new URL(CarteActivite.HOST + "api/utilisateur/connexion"); | 220 | URL url = new URL(CarteActivite.HOST + "api/utilisateur/connexion"); |
222 | - System.out.println("url"); | ||
223 | HashMap<String, String> param = new HashMap<String, String>(); | 221 | HashMap<String, String> param = new HashMap<String, String>(); |
224 | param.put("login", user); | 222 | param.put("login", user); |
225 | param.put("mdp", password); | 223 | param.put("mdp", password); |