turn off dbg print

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9517]
This commit is contained in:
parrt 2011-12-03 14:16:47 -08:00
parent f08e8fc098
commit 2b8a821c21
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ import org.stringtemplate.v4.misc.MultiMap;
import java.util.*;
public class ParserATNSimulator<Symbol> extends ATNSimulator {
public static boolean debug = true;
public static boolean debug = false;
public static boolean dfa_debug = false;
public static int ATN_failover = 0;