From: Martin Vermeer Date: Tue, 18 Sep 2007 15:06:32 +0000 (+0000) Subject: Forgot this, suppress debug output X-Git-Tag: 1.6.10~8303 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6a70aac9e2ab120cdc97e2aa5158188785801c04;p=features.git Forgot this, suppress debug output git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20338 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/MathFactory.cpp b/src/mathed/MathFactory.cpp index 2dc518f5f1..01ad4fbe57 100644 --- a/src/mathed/MathFactory.cpp +++ b/src/mathed/MathFactory.cpp @@ -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;