From: Jean-Marc Lasgouttes Date: Tue, 21 Oct 2008 21:27:12 +0000 (+0000) Subject: remove useless comments in tex2lyx X-Git-Tag: 1.6.10~2934 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ee81b844d311a3e91160c93fab3472590d995944;p=features.git remove useless comments in tex2lyx git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27016 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index a87d784dbf..74f10e3518 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -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")