turn off debug logs for release of 0.9.2

master
y20k 2016-09-20 13:53:44 +02:00
parent da82360625
commit 82641439f5
1 changed files with 1 additions and 1 deletions

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