From d672af78a83828f7bb30652f6738363db59787dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 12 Feb 2002 09:46:10 +0000 Subject: [PATCH] forgot to remove some debug output git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3526 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_parser.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/math_parser.C b/src/mathed/math_parser.C index 01cb9310d7..b6baa3cf22 100644 --- a/src/mathed/math_parser.C +++ b/src/mathed/math_parser.C @@ -484,7 +484,7 @@ void Parser::tokenize(string const & buffer) char c; while (is.get(c)) { - lyxerr << "reading c: " << c << "\n"; + //lyxerr << "reading c: " << c << "\n"; switch (catcode(c)) { case catNewline: {