]> git.lyx.org Git - lyx.git/blobdiff - src/CmdDef.cpp
make frontend::Application a bit slimmer
[lyx.git] / src / CmdDef.cpp
index 2508fab8658671c20b0d74c500c1e39d2c0fb142..2c309c06ddab87215f1449e8a200b25f4628f363 100644 (file)
@@ -60,7 +60,7 @@ bool CmdDef::read(string const & def_file)
                return false;
        }
 
-//     LYXERR(Debug::KBMAP) << "Reading def file:" << tmp << endl;
+       //LYXERR(Debug::KBMAP, "Reading def file:" << tmp);
 
        bool error = false;
        while (lexrc.isOK()) {