forked from jasder/antlr
rm print
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 8967]
This commit is contained in:
parent
e32bae3276
commit
c713b3dd2d
|
@ -46,6 +46,6 @@ public class SerializedATN extends OutputModelObject {
|
|||
String encoded = factory.getGenerator().target.encodeIntAsCharEscape(c);
|
||||
serialized.add(encoded);
|
||||
}
|
||||
System.out.println(ATNSerializer.getDecoded(factory.getGrammar(), atn));
|
||||
// System.out.println(ATNSerializer.getDecoded(factory.getGrammar(), atn));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue