mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
remove debug message
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3987 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
db1f26a781
commit
acf7dbb946
@ -617,7 +617,7 @@ InsetFormulaBase::localDispatch(BufferView * bv, kb_action action,
|
||||
|
||||
case LFUN_MATH_DELIM:
|
||||
{
|
||||
lyxerr << "formulabase::LFUN_MATH_DELIM, arg: '" << arg << "'\n";
|
||||
//lyxerr << "formulabase::LFUN_MATH_DELIM, arg: '" << arg << "'\n";
|
||||
string ls;
|
||||
string rs;
|
||||
istringstream is(arg.c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user