forgot to remove some debug output

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3526 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-02-12 09:46:10 +00:00
parent 6748408e65
commit d672af78a8

View File

@ -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: {