=htp #18825 don't print parsing exception stackstraces to the console

This commit is contained in:
2beaucoup 2015-11-09 16:47:25 +01:00
parent 6a22cdebfc
commit bfa57dde43

View file

@ -214,7 +214,6 @@ abstract class Parser(initialValueStackSize: Int = 16,
val pos = Position(cursor, input)
scheme.parseError(ParseError(pos, pos, RuleTrace(Nil, RuleTrace.Fail(e.expected)) :: Nil))
case NonFatal(e)
e.printStackTrace()
scheme.failure(e)
} finally {
phase = null