Skip to content
Snippets Groups Projects
Commit b99a613a authored by tjc's avatar tjc
Browse files

remove commons logging

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5550 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent c2a0ded6
No related branches found
No related tags found
No related merge requests found
......@@ -32,16 +32,10 @@ import javax.swing.JTextField;
import javax.swing.JPasswordField;
import javax.swing.SwingConstants;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.io.IOException;
import java.util.Properties;
import java.util.logging.FileHandler;
import java.util.logging.Handler;
import java.util.logging.Level;
import java.util.logging.Logger;
import java.util.logging.SimpleFormatter;
import com.sshtools.j2ssh.SshClient;
import com.sshtools.j2ssh.authentication.AuthenticationProtocolState;
......@@ -58,7 +52,7 @@ import com.sshtools.j2ssh.transport.IgnoreHostKeyVerification;
public class SshLogin
{
// defaults
private String logfile = null;
//private String logfile = null;
// login variables
private String hostname = null;
......@@ -73,7 +67,7 @@ public class SshLogin
public SshLogin()
{
try
/*try
{
logfile = System.getProperty("logfile");
// Setup a logfile
......@@ -88,7 +82,7 @@ public class SshLogin
else
Logger.getLogger("com.sshtools").setLevel(Level.OFF);
}
catch(IOException ioe){}
catch(IOException ioe){}*/
if(settings == null)
settings = setProperties();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment