mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
remove useless comments in tex2lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27016 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
932ef468ed
commit
ee81b844d3
@ -512,7 +512,6 @@ void parse_preamble(Parser & p, ostream & os,
|
||||
static regex const usercommands("User specified LaTeX commands");
|
||||
|
||||
string const comment = t.asInput();
|
||||
//cerr << "Seen comment: " << comment << std::endl;
|
||||
|
||||
// magically switch encoding default if it looks like XeLaTeX
|
||||
static string const magicXeLaTeX =
|
||||
@ -532,8 +531,6 @@ void parse_preamble(Parser & p, ostream & os,
|
||||
in_lyx_preamble = false;
|
||||
else if (!in_lyx_preamble)
|
||||
h_preamble << t.asInput();
|
||||
cerr << "lyx_file: " << is_lyx_file << ", lyx_preamble "
|
||||
<< in_lyx_preamble << std::endl;
|
||||
}
|
||||
|
||||
else if (t.cs() == "pagestyle")
|
||||
|
Loading…
Reference in New Issue
Block a user