- removed debug output

pull/4/head
Michael Zillgith 8 years ago
parent acf5c15746
commit d2bd73adf7

@ -280,7 +280,6 @@ public final class ClientSap {
*/ */
public ClientAssociation associate(InetAddress address, int port, String authenticationParameter, public ClientAssociation associate(InetAddress address, int port, String authenticationParameter,
ClientEventListener reportListener) throws IOException { ClientEventListener reportListener) throws IOException {
System.out.println("Associate");
return associate(address, port, authenticationParameter, null, -1, reportListener); return associate(address, port, authenticationParameter, null, -1, reportListener);
} }

Loading…
Cancel
Save