From eceefd3d31e0f0348b96419e7be74739baf814ae Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 1 Apr 2011 18:35:06 +0000 Subject: [PATCH] Remove debugging code. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38183 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathHull.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index 33de93e613..23f66bd5e1 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -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); -- 2.39.2