]> git.lyx.org Git - lyx.git/blobdiff - src/ISpell.cpp
adjust
[lyx.git] / src / ISpell.cpp
index 73ee01cd1f57a84a15f9aaf22ce0b6e24bddfc44..c0cfe5e441af8b6fa029fc279df41eeabd70970a 100644 (file)
@@ -220,7 +220,7 @@ docstring const from_iconv_encoding(string const & s, string const & encoding)
 ISpell::ISpell(BufferParams const & params, string const & lang)
        : in(0), out(0), inerr(0), str(0)
 {
-       LYXERR(Debug::GUI) << "Created ispell" << endl;
+       //LYXERR(Debug::GUI) << "Created ispell" << endl;
 
        encoding = params.encoding().iconvName();
 
@@ -314,7 +314,7 @@ ISpell::ISpell(BufferParams const & params, string const & lang)
 
 ISpell::~ISpell()
 {
-       LYXERR(Debug::GUI) << "Killing ispell" << endl;
+       //LYXERR(Debug::GUI) << "Killing ispell" << endl;
 
        if (in)
                fclose(in);