1
0
forked from GitHub/gf-core

swith off the debugging in the android ui

This commit is contained in:
kr.angelov
2014-06-12 09:37:40 +00:00
parent 86201df35c
commit 3d43c2687f

View File

@@ -17,7 +17,7 @@ import java.util.ArrayList;
*/
public class ASR {
private static final boolean DBG = true;
private static final boolean DBG = false;
private static final String TAG = "ASR";
private final Context mContext;