]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_data.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_data.C
index 7c17e77e119db9685e31550b9baeefa196585cb5..e466a7178fd22321b39068756ba2e5e950d54984 100644 (file)
@@ -410,7 +410,7 @@ int MathArray::dist(int x, int y) const
 
 void MathArray::setXY(int x, int y) const
 {
-       lyxerr << "setting position cache for MathArray " << this << std::endl;
+       //lyxerr << "setting position cache for MathArray " << this << std::endl;
        theCoords.arrays_.add(this, x, y);
 }