]> git.lyx.org Git - lyx.git/blobdiff - src/text.C
John's Layout Tabular UI improvements and Martins fixes to clearing the
[lyx.git] / src / text.C
index 2d7197b7708110983235eb87f4f934d2f44f443e..e546e323162056e38d1ab286eb4f915d08c041e9 100644 (file)
@@ -1034,7 +1034,6 @@ LyXText::nextBreakPoint(BufferView * bview, Row const * row, int width) const
        if (main_body && last_separator < main_body)
                last_separator = main_body - 1;
        
-       lyxerr << last_separator << ":" << pos << endl;
        return last_separator;
 }