mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
swith off the debugging in the android ui
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user