From: Richard Heck Date: Fri, 1 Apr 2011 18:35:06 +0000 (+0000) Subject: Remove debugging code. X-Git-Tag: 2.0.0~300 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=eceefd3d31e0f0348b96419e7be74739baf814ae;p=features.git Remove debugging code. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38183 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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);