]> git.lyx.org Git - features.git/commitdiff
/Save/ emacs buffer to get rid of print statements...
authorAngus Leeming <leeming@lyx.org>
Thu, 17 Oct 2002 16:01:43 +0000 (16:01 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 17 Oct 2002 16:01:43 +0000 (16:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5435 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/formula.C

index d8924ddf89798832bb077f1d1a18286a63ca0a78..692f46daeae14b3826990a9c82292bc8afe5769d 100644 (file)
@@ -339,10 +339,8 @@ string const InsetFormula::PreviewImpl::latexString() const
        // Note that we have to get rid of any trailing '\n's for the fix
        // to work.
        if (prefixIs(str, "\\[")) {
-               std::cerr << "before\n" << str << std::endl;
                str = rtrim(rtrim(ltrim(str, "\\["), "\n"), "\\]");
                str = "$ \\displaystyle " + str + " $";
-               std::cerr << "after\n" << str << std::endl;
        }
 
        return str;