]> git.lyx.org Git - features.git/commitdiff
remove useless comments in tex2lyx
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 21 Oct 2008 21:27:12 +0000 (21:27 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 21 Oct 2008 21:27:12 +0000 (21:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27016 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/preamble.cpp

index a87d784dbf62a07461b4ecade8db0de47834adaa..74f10e3518727ac61e034f0ebcc6658b501b428f 100644 (file)
@@ -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")