]> git.lyx.org Git - features.git/commitdiff
* src/insets/insetbox.C (InsetBox::doDispatch): remove annoying debug message
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 9 Nov 2006 14:45:53 +0000 (14:45 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 9 Nov 2006 14:45:53 +0000 (14:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15822 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insetbox.C

index 7b87c8542189853a9918b41d7783cf6966871e44..aa11692071db935852e307f2cf137275787e4ad2 100644 (file)
@@ -198,7 +198,7 @@ void InsetBox::doDispatch(LCursor & cur, FuncRequest & cmd)
        switch (cmd.action) {
 
        case LFUN_INSET_MODIFY: {
-               lyxerr << "InsetBox::dispatch MODIFY" << endl;
+               //lyxerr << "InsetBox::dispatch MODIFY" << endl;
                InsetBoxMailer::string2params(to_utf8(cmd.argument()), params_);
                setButtonLabel();
                break;