# HG changeset patch # User Carl Byington # Date 1406919253 25200 # Node ID adab27dd4598667b80f5373e57858175b97271b1 # Parent 3c16508419fed0d8feedc3d0fdeaddaeffd69df8 remove ssh debug logging diff -r 3c16508419fe -r adab27dd4598 TODO --- a/TODO Fri Aug 01 11:39:46 2014 -0700 +++ b/TODO Fri Aug 01 11:54:13 2014 -0700 @@ -1,3 +1,5 @@ +Done: + This project started with the base version of vxconnectbot: https://github.com/vx/connectbot git clone https://github.com/vx/connectbot.git vxconnectbot @@ -28,30 +30,30 @@ # remove all patches for trilead and jsocks patch -p1 -l patch.log.2014-04-19 -# reinstall all jsocks and ssh2 patches from vxconnectbot since the split +# reinstalled all jsocks and ssh2 patches from vxconnectbot since the split (cd ../vxconnectbot; git diff -w 598fb427f96712191cc264df14688d82db3dd664) | less ================================== -merge tn5250j +merged tn5250j svn checkout svn://svn.code.sf.net/p/tn5250j/code/branches/new-tabs-jse1.6 tn5250j r1221 ================================== -update com.trilead.ssh2 to ganymed +updated com.trilead.ssh2 to ganymed svn checkout http://ganymed-ssh-2.googlecode.com/svn/trunk/ ganymed-ssh-2-read-only rev 161 ================================== -merge tn5250j updates +merged tn5250j updates svn checkout svn://svn.code.sf.net/p/tn5250j/code/branches/new-tabs-jse1.6 tn5250j r1227 ================================== -update jsocks to 2011-03-19 version +updated jsocks to 2011-03-19 version ================================== diff -r 3c16508419fe -r adab27dd4598 src/ch/ethz/ssh2/log/Logger.java --- a/src/ch/ethz/ssh2/log/Logger.java Fri Aug 01 11:39:46 2014 -0700 +++ b/src/ch/ethz/ssh2/log/Logger.java Fri Aug 01 11:54:13 2014 -0700 @@ -9,7 +9,7 @@ public class Logger { private static final String TAG = "ConnectBot.ssh"; - public static boolean enabled = true; + public static boolean enabled = false; public static Logger getLogger(Class x) { return new Logger();