]> git.lyx.org Git - features.git/commitdiff
Forgot this, suppress debug output
authorMartin Vermeer <martin.vermeer@hut.fi>
Tue, 18 Sep 2007 15:06:32 +0000 (15:06 +0000)
committerMartin Vermeer <martin.vermeer@hut.fi>
Tue, 18 Sep 2007 15:06:32 +0000 (15:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20338 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathFactory.cpp

index 2dc518f5f1c19527038d2b11c671d974f077c9b2..01ad4fbe57e8757f7b6ffd6c1f50a5af5ad38d1c 100644 (file)
@@ -260,7 +260,7 @@ MathAtom createInsetMath(char const * const s)
 
 MathAtom createInsetMath(docstring const & s)
 {
-       lyxerr << "creating inset with name: '" << to_utf8(s) << '\'' << endl;
+       //lyxerr << "creating inset with name: '" << to_utf8(s) << '\'' << endl;
        latexkeys const * l = in_word_set(s);
        if (l) {
                docstring const & inset = l->inset;