From: Vincent van Ravesteijn Date: Sun, 22 Nov 2009 02:09:10 +0000 (+0000) Subject: Revert some unwanted debug info. X-Git-Tag: 2.0.0~5048 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fd25e06129de39f50e08c77816d905c59eb0b1d5;p=lyx.git Revert some unwanted debug info. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32146 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathGrid.cpp b/src/mathed/InsetMathGrid.cpp index 52c8b28884..3d534c8b1f 100644 --- a/src/mathed/InsetMathGrid.cpp +++ b/src/mathed/InsetMathGrid.cpp @@ -994,10 +994,6 @@ void InsetMathGrid::write(WriteStream & os, { MathEnsurer ensurer(os, false); 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) { os << verboseHLine(rowinfo_[row].lines_); // don't write & and empty cells at end of line,