turn off debug logs for release of 0.9.2
This commit is contained in:
parent
da82360625
commit
82641439f5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import android.util.Log;
|
|||
*/
|
||||
public final class LogHelper {
|
||||
|
||||
private final static boolean mTesting = true;
|
||||
private final static boolean mTesting = false;
|
||||
|
||||
public static void d(final String tag, String message) {
|
||||
// include logging only in debug versions
|
||||
|
|
Loading…
Reference in a new issue