]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroTemplate.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / MathMacroTemplate.C
index 0ba5c231e6096d44911fbe89534d50d10aed5b97..d44b507fb30785e7c752c98a651d68bbdab9d4ec 100644 (file)
@@ -177,7 +177,7 @@ void MathMacroTemplate::read(Buffer const &, LyXLex & lex)
        docstring const str = lex.getDocString();
        lex.next(); // eat that macro definition
        lex.next(); // eat the \\end_insrt line
-       lyxerr << "Got to read from: " << to_utf8(str) << endl;
+       //lyxerr << "Got to read from: " << to_utf8(str) << endl;
        mathed_parse_cell(ar, str);
        if (ar.size() != 1 || !ar[0]->asMacroTemplate()) {
                lyxerr << "Cannot read macro from '" << ar << "'" << endl;