]> git.lyx.org Git - features.git/commitdiff
forget to disable the debug output
authorAndré Pönitz <poenitz@gmx.net>
Fri, 24 Aug 2001 06:35:12 +0000 (06:35 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 24 Aug 2001 06:35:12 +0000 (06:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2580 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_parser.C

index f0585f6b4b99c1e2b071e94fcb4f957a804b375c..5922f15361b2e0ee40242d2dea5b9596c9dfc030 100644 (file)
@@ -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];