From 21c277b6f3f81434635b59be716e875ad86dac98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 24 Aug 2001 06:35:12 +0000 Subject: [PATCH] forget to disable the debug output git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2580 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 f0585f6b4b..5922f15361 100644 --- a/src/mathed/math_parser.C +++ b/src/mathed/math_parser.C @@ -439,7 +439,7 @@ void Parser::tokenize(string const & buffer) } } -#if 1 +#if 0 lyxerr << "\nTokens: "; for (unsigned i = 0; i < tokens_.size(); ++i) lyxerr << tokens_[i]; -- 2.39.2