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:
Richard Heck 2011-04-01 18:35:06 +00:00
parent b413c58e78
commit eceefd3d31

View File

@ -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);