turn off debug logs for release of 0.9.2

This commit is contained in:
y20k 2016-09-20 13:53:44 +02:00
parent da82360625
commit 82641439f5

View file

@ -26,7 +26,7 @@ import android.util.Log;
*/ */
public final class LogHelper { 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) { public static void d(final String tag, String message) {
// include logging only in debug versions // include logging only in debug versions