From: André Pönitz Date: Wed, 12 Dec 2001 14:39:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 1.6.10~20178 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=192625aa3a572fb8966cfba6b03782c93af4e0bb;p=features.git *** empty log message *** git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3200 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index 39ead61ef6..4153bf4ac0 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -1224,7 +1224,6 @@ bool MathCursor::interpret(string const & s) bool MathCursor::script(bool up) { macroModeClose(); - lyxerr << "script 2: '" << up << "'\n"; selCut(); if (hasPrevAtom() && prevAtom()->asScriptInset()) { prevAtom()->asScriptInset()->ensure(up); @@ -1251,11 +1250,7 @@ bool MathCursor::script(bool up) bool MathCursor::interpret(char c) { - - lyxerr << "interpret 2: '" << c << "'\n"; - - // Removed super/subscript handling from here to ::script -MV - + //lyxerr << "interpret 2: '" << c << "'\n"; // handle macroMode if (inMacroMode()) { string name = macroName();