Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/log/Logger.java @ 355:adab27dd4598
remove ssh debug logging
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 01 Aug 2014 11:54:13 -0700 |
parents | d835e842d158 |
children | f4d595402a2f |
comparison
equal
deleted
inserted
replaced
354:3c16508419fe | 355:adab27dd4598 |
---|---|
7 | 7 |
8 import android.util.Log; | 8 import android.util.Log; |
9 | 9 |
10 public class Logger { | 10 public class Logger { |
11 private static final String TAG = "ConnectBot.ssh"; | 11 private static final String TAG = "ConnectBot.ssh"; |
12 public static boolean enabled = true; | 12 public static boolean enabled = false; |
13 | 13 |
14 public static Logger getLogger(Class<?> x) { | 14 public static Logger getLogger(Class<?> x) { |
15 return new Logger(); | 15 return new Logger(); |
16 } | 16 } |
17 | 17 |