Remove assert on advanced find with knitr module (#10444).

This commit is contained in:
Tommaso Cucinotta 2016-10-23 13:16:19 +02:00
parent 695b0cc33b
commit 9740c36e80

View File

@ -1110,7 +1110,6 @@ docstring latexifyFromCursor(DocIterator const & cur, int len)
LYXERR(Debug::FIND, " with cur.lastpost=" << cur.lastpos() << ", cur.lastrow=" LYXERR(Debug::FIND, " with cur.lastpost=" << cur.lastpos() << ", cur.lastrow="
<< cur.lastrow() << ", cur.lastcol=" << cur.lastcol()); << cur.lastrow() << ", cur.lastcol=" << cur.lastcol());
Buffer const & buf = *cur.buffer(); Buffer const & buf = *cur.buffer();
LBUFERR(buf.params().isLatex());
odocstringstream ods; odocstringstream ods;
otexstream os(ods); otexstream os(ods);