From 6a70aac9e2ab120cdc97e2aa5158188785801c04 Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Tue, 18 Sep 2007 15:06:32 +0000 Subject: [PATCH] Forgot this, suppress debug output git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20338 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/MathFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2