]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_data.C
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_data.C
index d8a1f31902a37edc45d846b8eeaa8ff922483a83..7617621047e771cd031f7eaa09e28b1375f5cda7 100644 (file)
@@ -314,8 +314,8 @@ int MathArray::pos2x(size_type pos, int glue) const
                const_iterator it = begin() + i;
                if ((*it)->getChar() == ' ')
                        x += glue;
-               lyxerr << "char: " << (*it)->getChar()
-                       << "width: " << (*it)->width() << std::endl;
+               //lyxerr << "char: " << (*it)->getChar()
+               //      << "width: " << (*it)->width() << std::endl;
                x += (*it)->width();
        }
        return x;