* src/insets/insetbox.C (InsetBox::doDispatch): remove annoying debug message

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15822 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-11-09 14:45:53 +00:00
parent c0f6f79cb0
commit d82439ccc0

View 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;