Remove useless log

This commit is contained in:
Laurent Clouet
2015-07-06 18:57:44 +01:00
parent 74af52e30d
commit 2295fda7d6

View File

@@ -109,7 +109,6 @@ public class Settings implements Activity {
proxy = new JTextField();
proxy.setBounds(start_label_right, n, end_label_right - start_label_right, size_height_label);
proxy.setToolTipText("http://login:password@host:port");
System.out.println("parent.getConfiguration().getProxy() " + parent.getConfiguration().getProxy());
proxy.setText(parent.getConfiguration().getProxy());
proxy.addKeyListener(new CheckCanStart());
parent.getContentPane().add(proxy);