Remove debug code

This commit is contained in:
Richard Kimberly Heck 2023-07-28 17:51:55 -04:00
parent 04fc48d790
commit aec6a764f7

View File

@ -118,7 +118,7 @@ bool Counter::read(Lexer & lex)
lex.next(); lex.next();
docstring const value = lex.getDocString(); docstring const value = lex.getDocString();
ref_formats_[key] = value; ref_formats_[key] = value;
LYXERR0("refformat: " << key << " => " << value); // LYXERR0("refformat: " << key << " => " << value);
break; break;
} }
case CT_LABELSTRING: case CT_LABELSTRING: