From: André Pönitz Date: Fri, 24 Aug 2001 06:35:12 +0000 (+0000) Subject: forget to disable the debug output X-Git-Tag: 1.6.10~20765 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=21c277b6f3f81434635b59be716e875ad86dac98;p=features.git forget to disable the debug output git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2580 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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];