]> git.lyx.org Git - features.git/commitdiff
Remove debugging code.
authorRichard Heck <rgheck@comcast.net>
Fri, 1 Apr 2011 18:35:06 +0000 (18:35 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 1 Apr 2011 18:35:06 +0000 (18:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38183 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathHull.cpp

index 33de93e6133ac51b5d19621988ff55e9dc029dfd..23f66bd5e1f3173566d264f18bc67a6e4830b6bc 100644 (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);