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 18e8502009
commit b349e54917

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;