]> git.lyx.org Git - features.git/commitdiff
yet another annoying debug message bites the dust
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 8 Aug 2006 22:17:13 +0000 (22:17 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 8 Aug 2006 22:17:13 +0000 (22:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14586 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_scriptinset.C

index eec8228673ce0348610c605d6b63ba67e4ce7671..252540ea42a3db808a04ecf9a1a476e77f5361f3 100644 (file)
@@ -320,7 +320,6 @@ void MathScriptInset::removeScript(bool up)
                }
                cells_.pop_back();
        }
-       lyxerr << "MathScriptInset::removeScript: 2 up: " << up << endl;
 }