forked from External/mage
tweaks + sounds
This commit is contained in:
parent
729ccebb2a
commit
bcbb37e90c
13 changed files with 3 additions and 3 deletions
|
|
@ -287,7 +287,6 @@ public class Session {
|
|||
body.addProperty("accountName", userName);
|
||||
|
||||
String json = body.toString();
|
||||
System.out.println(json);
|
||||
|
||||
URL url = new URL(managerFactory.configSettings().getAuthUrl());
|
||||
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue