mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
comment out a lyxerr
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1231 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
95a17e2ca3
commit
04867f7099
@ -815,7 +815,7 @@ Buffer::parseSingleLyXformat2Token(LyXLex & lex, LyXParagraph *& par,
|
||||
#else
|
||||
int const tmpret2 = int(pow(2.0, tmpret));
|
||||
#endif
|
||||
lyxerr << "Tmpret2 = " << tmpret2 << endl;
|
||||
//lyxerr << "Tmpret2 = " << tmpret2 << endl;
|
||||
par->align = LyXAlignment(tmpret2);
|
||||
}
|
||||
} else if (token == "\\added_space_top") {
|
||||
|
Loading…
Reference in New Issue
Block a user