From ee81b844d311a3e91160c93fab3472590d995944 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 21 Oct 2008 21:27:12 +0000 Subject: [PATCH] remove useless comments in tex2lyx git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27016 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/preamble.cpp | 3 --- 1 file changed, 3 deletions(-) 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") -- 2.39.2