mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
Revert some unwanted debug info.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32146 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cd514c458a
commit
fd25e06129
@ -994,10 +994,6 @@ void InsetMathGrid::write(WriteStream & os,
|
|||||||
{
|
{
|
||||||
MathEnsurer ensurer(os, false);
|
MathEnsurer ensurer(os, false);
|
||||||
docstring eol;
|
docstring eol;
|
||||||
LYXERR0( " " << beg_col << " " << end_col );
|
|
||||||
|
|
||||||
LYXERR0( (colinfo_[beg_col].lines_) );
|
|
||||||
LYXERR0( (colinfo_[end_col].lines_) );
|
|
||||||
for (row_type row = beg_row; row < end_row; ++row) {
|
for (row_type row = beg_row; row < end_row; ++row) {
|
||||||
os << verboseHLine(rowinfo_[row].lines_);
|
os << verboseHLine(rowinfo_[row].lines_);
|
||||||
// don't write & and empty cells at end of line,
|
// don't write & and empty cells at end of line,
|
||||||
|
Loading…
Reference in New Issue
Block a user