changeset 355:adab27dd4598

remove ssh debug logging
author Carl Byington <carl@five-ten-sg.com>
date Fri, 01 Aug 2014 11:54:13 -0700
parents 3c16508419fe
children 5e91b559b5fe
files TODO src/ch/ethz/ssh2/log/Logger.java
diffstat 2 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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.2014-04-19 >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
 
 ==================================
 
--- 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();