]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.C
cosmetic fix
[lyx.git] / src / rowpainter.C
index 4077d6ee0b04f0c7490f89c93437dfdc382eda60..e4cdfb3e856c6af17a50d1f7687cb843ba41cb86 100644 (file)
@@ -1076,7 +1076,6 @@ void paintRows(BufferView const & bv, LyXText const & text,
        // calling metrics() directly is (a) slow and (b) crashs
        if (&text == bv.text) {
 #if 1
-               lyxerr << "paintRows, global...\n";
                // make sure all insets are updated
                ParagraphList::iterator pit = text.ownerParagraphs().begin();
                ParagraphList::iterator end = text.ownerParagraphs().end();