forget to disable the debug output

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2580 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-08-24 06:35:12 +00:00
parent 403915f5ff
commit 21c277b6f3

View 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];