mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove debugging code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38183 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b413c58e78
commit
eceefd3d31
@ -258,9 +258,8 @@ void InsetMathHull::updateBuffer(ParIterator const & it, UpdateType utype)
|
||||
// this has to be done separately
|
||||
docstring const eqstr = from_ascii("equation");
|
||||
if (cnts.hasCounter(eqstr)) {
|
||||
if (utype == OutputUpdate) {
|
||||
if (utype == OutputUpdate)
|
||||
counter_map[eqstr] = cnts.value(eqstr);
|
||||
LYXERR0(counter_map[eqstr]);}
|
||||
for (size_t i = 0; i != label_.size(); ++i) {
|
||||
if (numbered(i)) {
|
||||
cnts.step(eqstr, utype);
|
||||
|
Loading…
Reference in New Issue
Block a user