mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
don't display a message unless in debug mode
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4024 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d7ed6f5c3c
commit
763fbc6f1b
@ -859,7 +859,8 @@ bool Parser::parse_normal(MathAtom & matrix)
|
||||
}
|
||||
|
||||
if (cs != "begin") {
|
||||
lyxerr << "'begin' of un-simple math expected, got '" << cs << "'\n";
|
||||
lyxerr[Debug::MATHED]
|
||||
<< "'begin' of un-simple math expected, got '" << cs << "'\n";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user