]> git.lyx.org Git - features.git/blobdiff - src/mathed/formulabase.C
remove debug message
[features.git] / src / mathed / formulabase.C
index 5685529c35000478c9ae31fe97b00494465b6207..8e7fbffac4b85b2af5770e63dd1c91ac4de7394e 100644 (file)
@@ -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());