mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Remove debug code
This commit is contained in:
parent
04fc48d790
commit
aec6a764f7
@ -118,7 +118,7 @@ bool Counter::read(Lexer & lex)
|
||||
lex.next();
|
||||
docstring const value = lex.getDocString();
|
||||
ref_formats_[key] = value;
|
||||
LYXERR0("refformat: " << key << " => " << value);
|
||||
// LYXERR0("refformat: " << key << " => " << value);
|
||||
break;
|
||||
}
|
||||
case CT_LABELSTRING:
|
||||
|
Loading…
Reference in New Issue
Block a user