mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +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();
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user